Hi Holger, I experienced the same problem; that means i got the same error messages after upgrading the server to SVN1.5.0.
I've checked the python bindings by using the TracStandalone server 'tracd'. Here the Trac project and link to SVN worked fine. After some puzzling i found out it was because I didn't update SVN correctly. I downloaded the svn1.5.0-win32.zip file from tigris for apache 2.0. Then I copied only the files as described in the included README file to the apache\bin and apache\modules directory (4 files total) However this doesn't seem to be enough. I''ve copied all .dll files from the svn archive to the apache\bin dir and that seems to solve the problem. Apearantly some older .dll files need to be updated also. Atleast this solved the error mesasage > 'Warning:* Can't synchronize with the repository (Unsupported version > control system "svn". Check that the Python support libraries for "svn" > are correctly installed.)' in my case. Grtz Chuvke Holger Stratmann wrote: > *Hello everybody, > > how can I check my Subversion bindings? > > I'm trying to use Trac 0.11-stable with Subversion 1.5.0. > I have installed the Subversion-Python bindings. > SVN is working fine (Apache installation). > > However, when I open a Trac-project, it tells me > > 'Warning:* Can't synchronize with the repository (Unsupported version > control system "svn". Check that the Python support libraries for "svn" > are correctly installed.)' > > Other than that, trac seems to be fine :-) > > I don't know much about Python - how do I check if the bindings are > properly installed and working? > I got the bindings from > http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=8100 > and took svn-python-1.5.0.win32-py2.5.exe > <http://subversion.tigris.org/files/documents/15/43082/svn-python-1.5.0.win32-py2.5.exe> > The bindings properly detected my Python installation and in my > Python25\lib\site-packages, I have > "svn" and "libsvn". It doesn't look different than my other computer > (SVN 1.4.6 + Trac = working fine) > > And another question: I have installed Python 2.5.2 and not 2.5.0 - is > this a problem for either Trac, the bindings or mod_python? > > Thanks for any hints, > > Holger --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
