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:
比如,你的所有項(xiàng)目都在c:\svnrepo下,你可以如下
安裝時(shí)用??SVNService -install -d -r c:\svnrepo
更改時(shí)用??SVNService -setup -d -r c:\otherplace\svnrepo
如果訪問(wèn)其中的一個(gè)項(xiàng)目c:\svnrepo\project1,可以指定路徑
svn://localhost/project1 (注:作為url時(shí)用/)
第一次安裝完后要到服務(wù)中手動(dòng)啟動(dòng)它,
或者到服務(wù)中將它設(shè)為自動(dòng)啟動(dòng),讓每次機(jī)器啟動(dòng)時(shí)自動(dòng)啟動(dòng)這個(gè)服務(wù)。
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:
比如,你的所有項(xiàng)目都在c:\svnrepo下,你可以如下
安裝時(shí)用??SVNService -install -d -r c:\svnrepo
更改時(shí)用??SVNService -setup -d -r c:\otherplace\svnrepo
如果訪問(wèn)其中的一個(gè)項(xiàng)目c:\svnrepo\project1,可以指定路徑
svn://localhost/project1 (注:作為url時(shí)用/)
第一次安裝完后要到服務(wù)中手動(dòng)啟動(dòng)它,
或者到服務(wù)中將它設(shè)為自動(dòng)啟動(dòng),讓每次機(jī)器啟動(dòng)時(shí)自動(dòng)啟動(dòng)這個(gè)服務(wù)。
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 編輯 ]

該附件被下載次數(shù) 1291