Here are the steps for installing SVNSERVE as a Windows service:
- Download and install the Windows server resource kit.
- Run the command line:
resource-kit-dir\instsrv.exe "Subversion" "resource-kit-dir\srvany.exe"
- Make registry entries like this:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Subversion\Parameters] "Application"="subversion-dir\\bin\\svnserve.exe" "AppParameters"="-d -r repository-path"