I have it all working on the same environment. Took me a long time to figure this out but in the end there were 3 things I had to do.
1. Make copies of all the DLL files in the subversion lib folder starting with _ and rename them .pyd (_core.dll -> _core.pyd) 2. Added a subversion.pth file to the site-packages in Python25/lib with the path to my subversion python packages. ("C:\program files \subversion\python"). 3. This one was the real pain... The version of libapr-1.dll in the Apache install was newer than the version in the subversion install. I replaced the copy in the Apache install with the copy from subversion (1.2.8.0) and everything works perfectly. I am running Windows 2003 R2, Apache 2.2.6, SVN 1.4.5, mod_auth_sspi, ssl, Python 2.5.1, and Trac 0.11dev-r6049 On Oct 7, 5:00 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Just a followup, tried it using the official python distro, same > results. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---