User Tools

Site Tools


svn

This is an old revision of the document!


SVN

Create Server Repository

Once SVN is installed on the server execute the following.

$ cd /path/to/svn/repos
$ svnadmin create repositoryname

Change the owner of the repository directory and files.

chown -R www-data:subversion repositoryname

On the client, check out the new repository. I use TortoiseSVN so I created the directory, right click and select "SVN Checkout…". Select the repository "http://host/svn/repositoryname".

svn.1463855390.txt.gz · Last modified: 2023/08/18 18:15 (external edit)