SVN fails to start on Windows server2003 install SVN server side error
Install SVN on the server, build the repository,
SC Create Svnservice binpath= "C:\Program files\subversion\bin\svnserve.exe--service-r d:\svn" Displayname= "Svnservic E "depend= Tcpip start= Auto
Set the user
Then start SVN, error:
Error message for the local computer cannot start the Svnservice service: Error 2: The system cannot find the file specified
What's going on here? BinPath's path I checked, right
------Solution--------------------
Does the C:\Program files\subversion\bin\svnserve.exe file exist?
Does the D:\SVN directory exist?
------Solution--------------------
Because the program files have spaces in the middle, they change to this
SC create Svnservice binpath= "\" C:\Program files\subversion\bin\svnserve.exe\ "--service-r d:\svn" Displayname= " Svnservice "depend= Tcpip start= Auto