Thursday, May 14, 2009

Reminder: creating service for svnserve

Note to self: To create a windows service to run the subversion svnserve server, use the following command line:

sc create Subversion binpath= "C:\Program Files\SlikSvn\bin\svnserve.exe --service --root C:\svnreps --listen-host 0.0.0.0" displayname= "Subversion" depend= Tcpip

(This is for a SlikSvn installation, obviously.)