... until the collector arrives ...

This "blog" is really just a scratchpad of mine. There is not much of general interest here. Most of the content is scribbled down "live" as I discover things I want to remember. I rarely go back to correct mistakes in older entries. You have been warned :)

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"

Blog Archive