Skip to main content

Subversion

SVN: Creating a Repository and Migration

Submitted by amitsedai on
Creating a Repository There are loads of documentation in creating a Repository. Provided below is an example VHOST config file for SVN: ServerName svn.example.com
DocumentRoot /home/svn/

DAV svn
SVNPath /home/svn/reponame
# SVNParentPath /var/svn/
AuthType Basic
AuthName "Example Repository"
AuthUserFile /etc/subversion/passwd
Require valid-user

ErrorLog /home/svn/logs/error.log
CustomLog /home/svn/logs/access.log combined