Try this : $ python Python ... >>> from svn import core
If it doesn't work, check your svn version : svn --version I had the same problem and realized that my PATH was pointing to the wrong svn version. I changed it to C:\Program Files\VisualSVN Server\bin, and now it works fine. On 1 avr, 10:12, Ollie <oduntho...@gmail.com> wrote: > Thank. Got Trac working, now it says "Warning: Can't synchronize with > the repository (Unsupportedversioncontrolsystem"svn". Check that > the Python support libraries for "svn" are correctly installed.)" > > eek! > > On Mar 30, 9:17 pm, Regis Benedito dos Santos Bittencourt > > <regisbsbittenco...@gmail.com> wrote: > > I was updating the server at my work and almost got fired 'cause after > > update Enterprise trac was broken! > > > so lucky i found a "workaround". > > > press ctrl+ pause break and into tab Advanced > Enviroment Variables > > at Statup and Recovery box > set thesystemvariable > > PYTHONHOME with the value C:\Program Files\VisualSVN Server\trac > > \python (replace with your intalation path. > > > restart server... > > > now i got my job back and the trac server is working XD > > > bye > > > On 26 mar, 09:23, Ollie <oduntho...@gmail.com> wrote: > > > > I Installed Tortoise 1.6 and VisualSVN1.7 and everything went OK, > > > but now when i go to the Visual SVNTracinstance, it returns a page > > > that says: > > > -- > > > Internal Server Error > > > > The server encountered an internal error or misconfiguration and was > > > unable to complete your request. > > > > Please contact the server administrator, [no address given] and inform > > > them of the time the error occurred, and anything you might have done > > > that may have caused the error. > > > > More information about this error may be available in the server error > > > log. > > > -- > > > > It asks me to authenticate and the repository browser works, justtrac > > > that fails. > > > > Looking at the Event Viewer these are the errors that appear: > > > 1) python_handler: Can't get/create interpreter. [client > > > 192.168.000.000] > > > 2) get_interpreter: no interpreter callback found. > > > 3) make_obcallback: Python path being used "['C:\\\\Program Files\\\ > > > \VisualSVN Server\\\\trac\\\\python\\\\python25.zip', '.\\\\DLLs', '.\\ > > > \\lib', '.\\\\lib\\\\plat-win', '.\\\\lib\\\\lib-tk', 'C:\\\\Program > > > Files\\\\VisualSVN Server\\\\bin']". > > > 4) make_obcallback: could not import mod_python.apache.\n > > > > Also. i can administertracfrom the command line, but cannot see it > > > in the browser. > > > > Is there and update of fix for this please?