Hi all! I've been facing the following error when I start subversion as a Windows 2008 Server R2 service: Error 1053 - The service did not respond to the start or control request in a timely fashion First I created a windows server in a command prompt with the following command: sc create svnserve binPath= "\"C:\Program Files (x86)\CollabNet\Subversion Server\svnserve.exe\" -service -r C:\svn_repository" DisplayName= "Subversion Ingresso.com" depend= Tcpip start= auto obj= INGRESSOSERVER\SvnDeamon password= ******* Then I started the service and have the error. The .Net Framework is 4.0.30319.1 version. What can I do to solve this problem? Thanks in advance for the help. Best regards,
Roberto de Castro