svn在windows下以服务的方式自启动
Posted 酷酷的老猫
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了svn在windows下以服务的方式自启动相关的知识,希望对你有一定的参考价值。
随便一个DOS命令窗口,输入
sc create svnserve binPath= "\"C:\ProgramFiles\Subversion\bin\svnserve.exe\" --service -roote:\svn" displayname= "Subversion" depend= Tcpip start= auto
注意空格。。。
参考链接如下:
http://developer.51cto.com/art/201006/203476.htm
http://developer.51cto.com/art/201006/203471.htm
https://jingyan.baidu.com/article/c74d60005d616f0f6a595d9e.html
以上是关于svn在windows下以服务的方式自启动的主要内容,如果未能解决你的问题,请参考以下文章