Starting svnserve automatically at boot time
Eamonn Sullivan
eamonn.sullivan at gmail.com
Tue Sep 27 06:03:21 UTC 2005
On 27/09/05, Gregory PiƱero <gregpinero at gmail.com> wrote:
> Hi,
>
> While searching for how to do this, I found this script, however I don't
> know bash and I was wondering if someone knowledgable could peruse it and
> tell me if it will work for unbuntu and where to put it.
I think a simpler solution would be to just put a less complicated
script in /etc/init.d/ called local that starts svnserve. You'll need
all of:
echo Starting Subversion
svnserve -d -r /location/of/repository
Then (check man updaterc.d) I think you just need to run "updaterc.d
local defaults".
Good luck.
-Eamonn
More information about the ubuntu-users
mailing list