Tuesday, May 5, 2009

Starting SVN server (svnserve)

Main >> SVN >> Starting SVN server (svnserve)


To start SVN server that is svnserve, follow the steps below
  1. Browse to the path /usr/svn/custom/bin
  2. Run the Daemon
    ./svnserve --daemon --root /usr/svn/SVN_REPOS
Thats all it needs to start the SVN server that is served by svnserve.

No comments:

Post a Comment