
cbillen at warmlyyours
Nov 3, 2006, 11:05 AM
Views: 6484
Permalink
|
Good afternoon, I am getting "Unsupported version control system "svn" when trying to access the time line or browse source from Trac 0.10 stable. I have Ubuntu 6.10, SVN 1.4 on apache 2.2.3 via mod_python. I have compiled subversion and the python bindings as such: ./configure --with-apr=/usr/local/apache2 --with-apr-util=/usr/local/apache2 --with-ssl --with-swig --with-neon=/us make make swig-py make install make install-swig-py The above steps complete successfully Finally I copied the libsvn and svn folder that were installed to /usr/local/lib/svn-python to /usr/local/python2.4/site-packages I can start python and do import svn without errors. However trac does not seem to think so. Internal Error Ticket changes event provider (TicketModule) failed: TracError: Unsupported version control system "svn" You may want to see the other kind of events from the Timeline I can only see Milestones and WikiChanges, Ticket and Repository fails with the same error. When I do browse source I see the same error "Unsupported version control system svn" Is there a step I am missing? Thank you --~--~---------~--~----~------------~-------~--~----~ 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[at]googlegroups.com To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
|