http://www.codinghorror.com/blog/archives/001093.html describes how to create a service under windows:
sc create svnserver binpath= "c:\svn\bin\svnserve.exe --service -r c:\svn\repository" displayname= "Subversion" depend= Tcpip start= auto
sc config binpath = ...
No comments:
Post a Comment