I have installed SlikSVN and I'm trying to set up svnserve. SlikSvn is installed in C:\Program Files\SlikSvn and C:\Program Files\SlikSvn\bin is in the path.
The registry entry for the service is currently"
svnserve.exe --service -r "C:\SVNReposities" DisplayName= "Subversion" depend= Tcpip start= auto
However, when I try and start the service I get the following error:
Could not start SVNService service on Local Computer
Error 1053: The service did not respond to the start or control request in a timely fashion.
If I change the registry entry to"
svnserve.exe --service -r "C:\SVNReposities"
The service starts correctly. I can't figure out what is wrong with the second half of the statement, does anyone know what is wrong or have any resources that could help me solve this problem?