reference from : http://eightpence.com/a-subversion-initd-script-for-ubuntu-linux/
save following script as /etc/init.d/svnserve
you can get it here as well
after you save the script, you need to change its permission like others
for me, ubuntu 8.10, but mostly 755 : chmod 755 /etc/init.d/svnserve
and then,
save following script as /etc/init.d/svnserve
#!/bin/sh -e |
you can get it here as well
after you save the script, you need to change its permission like others
for me, ubuntu 8.10, but mostly 755 : chmod 755 /etc/init.d/svnserve
and then,
update-rc.d svnserve defaults
this command line adds above script(/etc/init.d/svnserve) initial scripts directories on /etc/rc#.d/