2005-09-22

SVNSERVE Windows Service

Here are the steps for installing SVNSERVE as a Windows service:

  1. Download and install the Windows server resource kit.
  2. Run the command line:
    resource-kit-dir\instsrv.exe "Subversion" "resource-kit-dir\srvany.exe"
  3. 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"