Hi, this solved it for me:
httpd_wrapper.bat should start with the @echo off and note that for the set PYTHONHOME=%~dp0Trac\python we must drop the backslash after dp0 it should look like: @echo off rem next line is for trac support set PYTHONHOME=%~dp0Trac\python rem We have to use this wrapper to set path to our own version of Subversion set PATH=%~dp0bin;%PATH% "%~dp0bin\VisualSVNServer.exe" %* exit %ERRORLEVEL% On Feb 12, 3:43 pm, marty3d <martin.kjellb...@gmail.com> wrote: > Hi! > > First of all, thanks for an excellent product! For us that don't get > the fascination of installing stuff using the command prompt, this is > fantastic :) > > Then a question: I successfully installed VisualSVN server + the Trac > pack athttp://www.visualsvn.com/server/trac/on Vista, but I can't > get it to work on XP, and could use some advice. > > Installing and running 1.6.3 works great, but as soon as I install the > trac stuff, the server refuses to start once it's stopped. > The error message is: "VisualSVN Server service failed to start: The > service did not respond to the start or control request in a timely > fashion. Please check Application category in Event Viewer for more > details." > The last entry in Event Viewer is "Parent: Child process exited > successfully." But in System, the message is "The VisualSVN Server > service failed to start due to the following error: The service did > not respond to the start or control request in a timely fashion." > Looking further, I try to start the service manually, but get the > "Error 1053: The service did not respond to the start or control > request in a timely fashion". > > What could be going on here? > Thanks!