Make svnserve load on startup (Ubuntu)
April 25th, 2009
2 comments
Make svnserve load on startup:
First create a new script on init.d
vi /etc/init.d/svnserve
Make svnserve load on startup:
First create a new script on init.d
vi /etc/init.d/svnserve
Install subversion straight from apt.
apt-get install subversion
Migrating svn repository from old server to new server: