http://dark.clansoft.dk/~mbn/svnservice/
SVN Service Wrapper for Windows
This is my Win32 Service wrapper for SVN. Source is included, and its in the public domain. No need to copyright this stuff.
Usage instructions: SVNService -? to display this list SVNService -install <svnserve parameters> to install the service SVNService -setup <svnserve parameters> to change command line parameters for svnserve SVNService -remove to remove the service SVNService -debug to run as a console app for debugging Example: SVNService -install -d -r c:svnrepo SVNService -setup -d -r c:otherplacesvnrepo IMPORTANT: Make sure you place SVNService.exe in the same directory as svnserve.exe
Special thanks go to Craig Link at Microsoft for creating the initial service.c.
-Magnus Norddahl