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.