Ok, I got somewhat further now. I found svn 1.6.1 python bindings http://subversion.tigris.org/files/documents/15/45607/svn-python-1.6.1.win32-py2.5.exe
The setup wouldn't install because it expects an real python installation. So I installed it on another computer and copied the svn and svnlib directories. This helped somewhat. I can do a resync from trac-admin, but the web interface still complains (Warning: Can't synchronize with the repository). Does anybody have any tips on how to continue ? The subversion version on the machine is 1.6.2, does this version difference matter ? TIA, Patrick On May 12, 9:55 am, Hightree <[email protected]> wrote: > Would it be possible to use pysvn instead of rebuilding the svn python > bindings ? > pysvn is available for version 1.6 > It seems to me that they are both offering the same functionality > (haven't looked into the api itself). > > If not, can somebody explain to me how to build the svn python > bindings ? > > Thanks in advance, Patrick > > On Apr 4, 1:01 pm, "[email protected]" <[email protected]> wrote: > > > > > It's insane to use theTracpackage provided by the VisualSVN team, > > because your are stuck with the Subversion Python Bindings 1.5.2 ! > > And if you upgrade your repositories with VisualSVN Server 1.7 to use > > SVN 1.6 FSFS, this old bindings will not work anymore with them. > > > You have to build the 1.6 bindings by yourself with VS2005/2008 and > > update your python installation, because the official distribution of > > the Windows binaries for apache 2.2 on Tigris website will not work > > with VisualSVN Server. (cf. VisualSVN Server 1.6.2 Released thread the > > explanation).

