Tuesday, October 20, 2009

Creating a service under windows

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: