Monday, February 15, 2010

Setting up a SVN Server

Edit the file /etc/apache2/mods-available/dav_svn.conf and add the following lines at the end.


DAV svn
SVNParentPath /var/svn
SVNListParentPath on
AuthType Basic
AuthName "Foosball SVN Repo"
AuthUserFile /etc/subversion/passwd
Require valid-user


Restart Apache.