SVN Service

SVNService by Magnus Norddahl works great if you want to run subversion as a Win32 service. Just installing the service with

svnservice.exe -install -d -r c:\repository 

It seems to be confusing that the service is not started and set to manual, but the svn server is running, even after a reboot.

SVNService