Blog Entry

auto run svnserve at startup on linux

$ cd /etc/init.d/ 
$ sudo vim svnserve
svnserve -d -r /usr/local/svn/repository_name
after saving the script in /etc/init.d/
$ sudo chmod +x svnserve
Finally add the script to the boot sequence:
$ sudo update-rc.d svnserve defaults

Posted on:
2008.01.09 -0600

Tags:
gnu/linux