SVN Service Wrapper for Windows

来源:百度文库 编辑:神马文学网 时间:2024/05/01 21:39:05
This is my Win32 Service wrapper for SVN. Source is included, and its in the public domain. No need to copyright this stuff.
SVNService.zip
Usage instructions: SVNService -? to display this list SVNService -install to install the service SVNService -setup to change command line parameters for svnserve SVNService -remove to remove the service SVNService -debug to run as a console app for debuggingExample: SVNService -install -d -r c:\svnrepo SVNService -setup -d -r c:\otherplace\svnrepoIMPORTANT: 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