to create a repo

svnadmin create /home/svn/<repo>

using svnserve

  • if you want to commit to a repository from a remotoe machine then enable anon writes
  • in the file : /home/svn//conf/svnserve.conf - edit :
anon-access = write
auth-access = write
(make sure there are no spaces at the start)

  • to run svn serve:-
svnserve -d
* From the remote machine the repo url is:
svn://<host>/home/svn/<repo>

This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 1.6.1.13621 - Documentation