0
votes
1answer
37 views

svn command not found for specific user

I am implementing a system for exporting the source code from my svn server to the client's server (where the web is going to be hosted). I asked my client to install subversion in his machine to be ...
1
vote
2answers
33 views

Procedure to upgrade SVN server on ubuntu 10.04

I have an ubuntu server running SVN server 1.6 with apache2, which I want to upgrade to 1.7 Running 'apt-get install subversion' just upgraded me to 1.6.6, not to 1.7 What command should I use ...
1
vote
0answers
46 views

SVN Input / Output error

I regularly take backups of Subversion. From past 4-5 days I have observed one of our project is giving input/output error while taking backup, Earlier also it has been crashed, I had restored it, ...
0
votes
0answers
163 views

Subversion and Apache 2 permission problems, commit fails periodically

I have a strange permission problem on one of my Subversion servers. Update: some have marked this question as a duplicate. Please note that this is not related to this question: Cannot commit to SVN ...
0
votes
0answers
62 views

Can I SVN+SSH via proxy with ubuntu -> ubuntu -> svn server?

We have a SVN server that only accepts connections from white listed IPs. It also requires SSH auth. When on my laptop at work I can just do svn co svn+ssh://theurl.com/svn/etc - but at home I cannot ...
1
vote
0answers
93 views

SVN post-commit hook failed after Ubuntu upgrade from 11.04 to 12.04

After Ubuntu upgrade from 11.04 to 12.04 all my SVN post-commit hooks doesn't work throwing errors: post-commit hook failed (exit code 1) with output: sudo: no tty present and no askpass program ...
2
votes
1answer
130 views

Automatically update SVN repository on another server

We have 2 Ubuntu web servers, one of which is our staging server (Staging) and the other is our live server (Live). Staging has our Subversion repository, as well as the latest version of our sites on ...
0
votes
2answers
512 views

How to auto update working copy svn when someone commit?

We have a SVN server (UberSVN) and we have a test server (Ubuntu 11.10). Test server is running SVN-client and LAMPP. We were looking for a solution that auto update the working copy's our developer ...
-2
votes
3answers
308 views

error when start Subversion Server in UberSVN

I'm using uberSVN on Ubuntu server. Now, I can't checkout, commit source from Subversion Server ( domain.com:9880, port subversion) I tried to start httpd by command line as: sudo ...
1
vote
1answer
52 views

Is it possible to use preseed/url with authentication?

We are using a preseed.cfg via preseed/url to automate system deployment/configuration. The preseed files are kept in source control (Subversion). This makes them readily available via HTTP, with ...
1
vote
1answer
258 views

How to move uberSVN to another server?

I'm using uberSVN on Ubuntu server for my project development. Now I need to move uberSVN to another server (backup all data of uberSVN and SVN data). How to move uberSVN to another server ?
0
votes
0answers
63 views

Set up new svn user with access to single project

I have several repositories set up on an Ubuntu VPS with the structure: [pathtosvn]/repos/project_1 [pathtosvn]/repos/project_2 [pathtosvn]/repos/project_3 These repos are accessed via http ...
2
votes
1answer
124 views

Using a MySQL users table in subversion

I'm currently starting to work for the first time on setting up a small ubuntu server that has mysql and subversion. I have never set up a server before and I am doing it for a professor. Currently I ...
2
votes
2answers
701 views

BASH Scripting, su to www-data for single command

I am working on automating the creation of subversion repositories and associated websites as described in this blog post I wrote. I am running into issues right around the part where I su to the ...
3
votes
1answer
1k views

SVN Authentication over Apache (DAV) and Redmine not work

NEED HELP!!! I installed apache2, svn and redmine on an ubuntu server. After that I tried to do my authentication for svn over the redmine accounts. My apache config looks like this (stored in ...
1
vote
2answers
3k views

How to uninstall ubersvn in Ubuntu?

I cannot find a good/official way to do this in Ubuntu. The best one I got from googling is this post. So how can we completely remove UberSVN after installing it?
0
votes
3answers
892 views

how to install svn on ubuntu linux

how to install an svn client in ubuntu 11.04 ? step by step please? am new to this,I got used with windows tortoise svn gui client thanks for the help in advance
1
vote
1answer
89 views

Ubuntu Server, listen for commit on external SVN repository?

I have a Subversion repository which my team and I use for source control on a web application we are building. I would like to be able to have every commit to that repository automatically publish to ...
1
vote
2answers
203 views

Subversion subdomain Digest authentication shows blank page as response

I'm trying to configure my subversion server using apache2, mod_dav_svn and a basically digest authenticaton (for now). I've setup the subdomain svn.example.com to serve the repos and created the ...
1
vote
2answers
451 views

Setup subversion 403 Forbidden

I have setup subversion according to this how to: http://www.howtogeek.com/howto/ubuntu/install-subversion-with-web-access-on-ubuntu/ So in the root directory of my server I have following folder: ...
2
votes
1answer
130 views

How to prevent a global svn update?

I'm taking steps to prevent someone (i.e. me) accidentally wiping the production server out. I'm currently looking at SVN. I'm concerned that someone could accidentally issue the svn update command ...
2
votes
2answers
3k views

How do I configure an ldap server on ubuntu 11.04 ? (for use with subversion and trac)

I have an Ubuntu server 11.04 on ec2 (I'm mentioning this, as it appears things have changed in this version from previous ubuntu releases, when it regards LDAP configuration). I want to configure it ...
0
votes
1answer
197 views

SVN works with file:/// , can't access via svn:// svnserve is running

on Ubuntu, I have SVN setup. I have created a repository and imported the files. On the same machine, I can checkout via file:// Works: svn checkout file:///svn/siteinabox Doesn;t work (tried ...
0
votes
1answer
393 views

which permission should be for client svn folder?(Ubuntu)

which permission should be for client svn folder?(Ubuntu) the case: I should download files from svn server to my computer and able to do all svn action as programmer that doing change in the ...
0
votes
1answer
665 views

SVN help:: svn: invalid option: --trust-server-cert

I want to bypass certificate checking. I tried using svn --trust-server-cert update, but I get an error, svn: invalid option: --trust-server-cert. I am on ubuntu and the svn version is 1.5.4. Is ...
0
votes
1answer
898 views

Ubuntu: unable to install libapache2-svn

I get the following error when installing libapache2-svn on ubuntu 9.04. root@....:~/install_scripts# apt-get install libapache2-svn Reading package lists... Done Building dependency tree Reading ...
1
vote
1answer
608 views

Setup: Eclipse in Ubuntu with Apache2 and Subversion

Trying to setup Eclispe. I am running ubuntu 10.10 (Maverick). Apache2.2.16 Subversion 1.6.12 The Eclipse help/about/installed software says: Eclipse Platform 3.5.2 Subclipse 1.0.0 Version Control ...
0
votes
1answer
346 views

SVN checkout running slow via LAN

I have a small LAN at home connecting 2 computers with an switch and the switch to ADSL router. Small "server" running Ubuntu Server 10.04 LTS and client running Windows XP. The server runs: ...
4
votes
3answers
441 views

backing up SVN repository on Ubuntu linux to a Windows share

We have a Ubuntu(head-less) system that runs our SVN repository(ies). Would like to regularly back it up to a Windows share automatically. What should we do ? Any links/articles ? Any gotchas ? How ...
0
votes
1answer
35 views

repository and its content?

how i can view svn repository and its directory .... i have large number of svn repository
0
votes
1answer
188 views

list directory entries in the svn repository

please every body help me .... i am going to explain my problem and i hope if anyone know the answer support me by it. i want to konw the list directory entries in the svn repository ...i konw "list" ...
1
vote
1answer
58 views

How i can List directory entries in the repository ? (i have a large number of repository)

I know "list command" -> List directory entries in the repository ... but my problem is i have a large number of repository ... if i want to perform list command to each repository the result is large ...
-1
votes
2answers
343 views

svn list password ?

please how i can give "svn list" password as argumant ... because when i execute this command it require password .... i want it without password
0
votes
4answers
3k views

How i can do SVN Repositories Backup step by step

How i can do SVN Repositories Backup step by step.... i want to backup the Repositories itself .... i don't want to backup it as folder ....
0
votes
1answer
323 views

svn allowing me to update code but not commit, how to resolve MKACTIVITY error?

I can update code correctly, but cannot commit code. I get the following error when i try to commit code: svn: Commit failed (details follow): svn: Server sent unexpected return value (403 Forbidden) ...
0
votes
1answer
807 views

Trac is unable to read svn repository

I've been following this guide on how to setup svn and trac. Svn was already running, and is functioning as expected, but trac is not. When I go to the trac page it says: Warning: Can't ...
1
vote
2answers
538 views

How to get an SVN backup cron working?

I'm trying to get the script here working on my Ubuntu Server to backup the SVN repository via a cron. #!/bin/bash BACKUP_DIR="/backup/repository" REPOSITORY_DIR="/home/svn/repository" #search in ...
4
votes
2answers
2k views

Problems serving SVN over HTTPS on Ubuntu 10.04

We've been experiencing some problems with our Subversion server after upgrading to Ubuntu 10.04. When trying to access a repository, regardless of client (I've tried git-svn and svn on Windows as ...
1
vote
2answers
3k views

How to use Ubuntu Lucid Server as SVN/Trac server

Does anyone know of a tutorial for setting up Trac and SVN on a Ubuntu 10.4 Server machine? Thanks in advance!
2
votes
1answer
2k views

Apache & SVN on Ubuntu - Post-commit hook fails silently, pre-commit hook “Permission Denied”

I've been struggling for the past couple days to get post-commit email notifications working on my SVN server (running via HTTP with Apache2 on Ubuntu 9.10). SVN commits work fine, but for some reason ...
0
votes
3answers
2k views

Fedora vs Ubuntu vs Debian to host Subversion and Bugzilla over Apache

I'm not interested in a flame war of Ubuntu vs Fedora vs Debian vs whatever. What I am interested in is whether or not I should move my current Ubuntu server to Fedora or Debian. I have been able to ...
2
votes
2answers
907 views

Subversion Apache Ubuntu - Remote Access?

Okay, a couple days ago I built a bare bones kit into a machine. I've been running through tutorials to get it to work and right now I've gotten as far as making it available in my lan, hooray! ...
1
vote
1answer
100 views

SVN on https easy setup

What's the best way to setup SVN on https on a fresh ubuntu installation?
1
vote
2answers
1k views

How to set up project-level permissions for SVN?

I have an SVN server running on Ubuntu 9.04. Inside /var/svn, there are various projects - /var/svn/foo, /var/svn/bar, etc. I want to be able to give user "A" full SVN permissions for 'foo', but not ...
1
vote
3answers
463 views

Apache Subversion and Sudo - Why can't I resolve this hostname?

Okay, I made a mistake and I'll be the first to admit I'm new at this setup. I built a bare bones kit, installed Ubuntu on it, and attempted to set up a source control server for a project some friend ...
2
votes
3answers
574 views

What are the minimum specs for Ubuntu server to host a subversion repository?

I need to build an server (Ubuntu 9.10 server) to host source control (subversion) from my house. What are the minimum specs (processor and ram) to do this with good performance? I'll need to buy ...
1
vote
1answer
448 views

svnadmin: SQLite is required to be compiled and run in thread-safe mode

I've used apt-get to install Subversion and SQLite on my Ubuntu VPS, however, I'm getting this error when I try to use svn: svnadmin: SQLite is required to be compiled and run in thread-safe mode ...
0
votes
0answers
2k views

APR-util with APR - configure error on Linux

I've got a strange problem when configuring APR and APR-util for use with Subversion. I have compiled APR to /usr/local/apr and now I'm trying to compile APR-util with the following configure line: ...
0
votes
1answer
651 views

SVN check out to samba directory

I'm trying to svn co to a directory on Ubuntu, shared via samba, to OS X, but I get the following error (in OS X). svn: In directory 'site/product/tests' svn: Can't open file ...
3
votes
4answers
863 views

What is the best way to keep subversion users and passwords in synch with Linux users?

I'm not sure what is best, keeping subversion users and passwords in synch with linux users and passwords or just having linux somehow provide subversion authentication service. I'd prefer to just ...

1 2