在线指导: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时用/)
第一次安装完后要到服务中手动启动它,或者到服务中将它设为自动启动,让每次机器启动时自动启动这个服务。
相关推荐
ECSHOP专属建设 2020-11-13
xzjforDream 2020-09-23
fenggit 2020-09-15
起点 2020-08-17
leehbhs 2020-07-26
leehbhs 2020-07-04
pub_svnserve.conf的 pub_authz.conf的配置文件有非法字符的原因引起,需要查找pub_authz.conf提的非法内容比如多余的空格删除或直接将pub_authz.conf
起点 2020-06-28
leehbhs 2020-06-20
dingqinghu 2020-06-16
dengweijunkedafu 2020-06-09
nebulali 2020-05-27
起点 2020-05-10
起点 2020-05-05
83520298 2020-05-04