小石头
Excellence in any department can be attained only by the labor of a lifetime; it is not to be purchased at a lesser price.
posts - 91,comments - 22,trackbacks - 0
SVNService(将svn作为windows服务运行的工具)

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 编辑 ]


附件: SVNService.rar (2006-8-17 22:21, 23.82 K)
该附件被下载次数 1291
posted on 2007-03-04 15:36 小石头 阅读(3640) 评论(1)  编辑  收藏 所属分类: Subversion

FeedBack:
# re: SVNService(将svn作为windows服务运行的工具)
2012-02-21 15:23 | 11
win7下 可执行的SVNService.exe 运行不了?  回复  更多评论
  

只有注册用户登录后才能发表评论。


网站导航: