您的位置:首页 > 其它

网摘精灵教程:我能为网摘精灵做点什么

2006-05-18 23:20 288 查看


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.

SVNService.zip

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

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: