TortoiseSVN svnserve.exe错误1053,无法启动

时间:2016-04-23 17:16:01

标签: svn windows-services tortoisesvn svnserve

我正在尝试从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.

1 个答案:

答案 0 :(得分:0)

答案是日志文件和repo目录位于D:而不是C:驱动器上。当最终确定并纠正时,它似乎按预期工作。

有谁知道哪里可以找到导致更直接问题识别的信息?我在Windows事件查看器中没有看到任何内容。