简体   繁体   English

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

[英]TortoiseSVN svnserve.exe error 1053, will not start

I am trying to install svnserve.exe as a service from the TortoiseSVN kit. 我正在尝试从TortoiseSVN工具包中将svnserve.exe安装为服务。

TortoiseSVN-1.9.3.27038-x64-svn-1.9.3.msi

Creating the service appears correct, but it will never start. 创建服务似乎正确,但是它将永远不会启动。 I have seen many messages about getting the quoting correct on the binpath parameter. 我已经看到许多有关在binpath参数上获得正确报价的消息。 I think this is correct. 我认为这是正确的。

If I try to start the service in the Windows services GUI, error 1053 is reported. 如果我尝试在Windows服务GUI中启动该服务,则会报告错误1053。

Any suggestions? 有什么建议么?

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.

The answer is that the log file and repo directory were on D: and not C: drives. 答案是日志文件和回购目录位于D:而不是C:驱动器上。 When that was finally identified and corrected, it seems to be working as expected. 当最终确定并纠正该问题时,它似乎正在按预期运行。

Does anyone know where information leading to a more direct problem identification could be found? 有谁知道在哪里可以找到导致更直接的问题识别的信息? I did not see anything in the Windows Event Viewer. 我在Windows事件查看器中没有看到任何内容。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM