我正在尝试通过TortoiseSVN工具包将svnserve.exe作为服务进行安装。
TortoiseSVN-1.9.3.27038-x64-svn-1.9.3.msi创建服务看起来是正确的,但它永远不会启动。我看到了许多关于在binpath参数上正确引用的消息。我认为这是正确的。
如果我尝试在Windows服务GUI中启动该服务,则报告错误1053。
有什么建议吗?
C:>svn --version
svn, version 1.9.3 (r1718519)
compiled Dec 13 2015, 15:47:16 on x86-microsoft-windows
C:>sc create svnserve ^
More? binpath= "\"C:\Program Files\TortoiseSVN\bin\svnserve.exe\" --service --log-file C:\repos\svn.log -r C:\repos" ^
More? displayname= "Subversion" ^
More? depend= tcpip ^
More? start= auto
[SC] CreateService SUCCESS
11:06:21.28 C:\Users\pwatson
C:>net start svnserve
The service is not responding to the control function.
More help is available by typing NET HELPMSG 2186.发布于 2016-04-24 12:23:33
答案是日志文件和repo目录在D:驱动器上,而不是C:驱动器上。当最终确定并纠正这种情况时,它似乎如预期的那样工作。
有人知道在哪里可以找到更直接的问题识别信息吗?我在Windows事件查看器中看不到任何内容。
https://stackoverflow.com/questions/36813971
复制相似问题