在线指导:Windows系统服务自动运行对于SVN如何实现

如何让SVN作为windows系统服务自动运行?这是本节讲的重点内容,主要包括两种方法,下面我们为大家一一讲解。

方法一:

让SVN作为windows系统服务自动运行第一种方法。

SVNService(将svn作为windows服务运行的工具)  


SVNServiceWrapperforWindows  


ThisismyWin32ServicewrapperforSVN.Sourceisincluded,anditsinthepublicdomain.Noneedtocopyrightthisstuff.  


Usageinstructions:  


SVNService-?todisplaythislist  



SVNService-install<svnserveparameters>toinstalltheservice  




SVNService-setup<svnserveparameters>tochangecommandlineparametersforsvnserve  



SVNService-removetoremovetheservice  


SVNService-debugtorunasaconsoleappfordebugging  

将svnservice.exe放在subversion的bin目录下
Example:
比如,你的所有项目都在e:\svnrepo下,你可以如下:
安装时用SVNService-install-d-re:\svnrepo
更改时用SVNService-setup-d-re:\otherplace\svnrepo
如果访问其中的一个项目e:\svnrepo\project1,可以指定路径
svn://localhost/project1(注:作为url时用/)
第一次安装完后要到服务中手动启动它,或者到服务中将它设为自动启动,让每次机器启动时自动启动这个服务。

svn

相关推荐