On Jul 17, 1:00 pm, Milad <[EMAIL PROTECTED]> wrote: > Thanks, that helped a lot. Now the trac page loads, but I have another > problem. The following message is at the top of the trac page: > > Warning: Can't synchronize with the repository (Unsupported version > control system "svn". Check that the Python support libraries for > "svn" are correctly installed.) > > I am pretty sure that I don't have python bindings for subversion > installed, because when I try: > > import svn > > I just get an error. So where can I go to get the python bindings for > subversion? I found the pysvn project at: > > http://pysvn.tigris.org/docs/pysvn.html > > But the python module for that project is pysvn, not svn...Is that the > correct module to install? > > Thanks > Milad
I am not sure what system you are running python on, however starting here http://subversion.tigris.org under the section "Get Subversion" you can get to the downloads for all the OS's. so, for example, I am going to assume windows: clicked on windows binaries (cuz well, it's windows) then, I am running apache 2.2, so there is another link from there for binareis built against apache 2.2 which ultimately gets me to http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=8100 under there, there are source, zip, and binary installer version of subversion 1.4.6, 1.5.0, subversion python bindings for subversion 1.4.6 and python 2.4, bindings for subversion 1.4.6 and python 2.5, subversion python bindings for subversion 1.5.0 and python 2.4, and the python 2.5 bindinges for 1.5.0 subversion (among other things) finally, I noticed this today when looking at the 1.5.0 subversion download, it won't work with apache 2.0, and requires apache 2.2.9 or higher for the 2.2.x family. hope that helps --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
