good peeps of the world, I'm in the process of migrating from VSS to SVN (all these days of futile versioning ...)
anyway i've come to the point of creating the service, i used the following command:
sc create svn_hr binpath= "\"c:\program files\subversion\bin\svnserve.exe\" --service -rd:\SVN\SVN_HR" displayname= "Subversion Server" depend= Tcpip start= auto
This successfully creates the SVN service:
[SC] CreateService SUCCESS
I now try to run the service like so:
sc start SVN_HR
This returns an error for me:
sc start SVN_HR
[SC] StartService FAILED 1053:
The service did not respond to the start or control request in a timely fashion
I did some googling around and have arrived at the conclusion that there's something wrong with my rights permission or the service is not coming up because of some rights issue. Could anyone help me out with this? I'm presuming this is a basic problem faced... ?
I've installed Subversion 1.6.6 on Windows Server 2003 standard edition.
kindly enlighten the noob!
Cheers K