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
將svnservice.exe放在subversion的bin目錄下
Example:
比如,你的所有項目都在c:\svnrepo下,你可以如下
安裝時用??SVNService -install -d -r c:\svnrepo
更改時用??SVNService -setup -d -r c:\otherplace\svnrepo
如果訪問其中的一個項目c:\svnrepo\project1,可以指定路徑
svn://localhost/project1 (注:作為url時用/)
第一次安裝完后要到服務中手動啟動它,
或者到服務中將它設為自動啟動,讓每次機器啟動時自動啟動這個服務。
IMPORTANT:
??Make sure you place SVNService.exe in the same directory as svnserve.exe
??一定要將SVNService.exe放在svnserve.exe相同的目錄
Special thanks go to Craig Link at Microsoft for creating the initial service.c.
-Magnus Norddahl
(備注:以上中文由PCplayer添加)
[ 本帖最后由 PCplayer 于 2006-10-20 16:49 編輯 ]
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
將svnservice.exe放在subversion的bin目錄下
Example:
比如,你的所有項目都在c:\svnrepo下,你可以如下
安裝時用??SVNService -install -d -r c:\svnrepo
更改時用??SVNService -setup -d -r c:\otherplace\svnrepo
如果訪問其中的一個項目c:\svnrepo\project1,可以指定路徑
svn://localhost/project1 (注:作為url時用/)
第一次安裝完后要到服務中手動啟動它,
或者到服務中將它設為自動啟動,讓每次機器啟動時自動啟動這個服務。
IMPORTANT:
??Make sure you place SVNService.exe in the same directory as svnserve.exe
??一定要將SVNService.exe放在svnserve.exe相同的目錄
Special thanks go to Craig Link at Microsoft for creating the initial service.c.
-Magnus Norddahl
(備注:以上中文由PCplayer添加)
[ 本帖最后由 PCplayer 于 2006-10-20 16:49 編輯 ]

該附件被下載次數 1291