
adam.griffis at gmail
Feb 3, 2007, 1:07 PM
Post #1 of 1
(391 views)
Permalink
|
|
Unsupported version control system "svn"
|
|
I submitted a similar message a bit ago, but it didn't seem to show up in the list. Forgive me if this ends up being a duplicate... I just finished installing TRAC on Dreamhost (my hosting provider), but it doesn't seem to be connecting to SVN properly. I've seen similar problems searching around with solutions referencing SWIG stuff, but all of that seems to be working for me as when I run python -c "from svn import core" from the command line I don't get any errors. However, when I load up trac, this is what I get: Traceback (most recent call last): File "/home/adgriffi/packages/lib/python2.3/site-packages/trac/web/ main.py", line 387, in dispatch_request dispatcher.dispatch(req) File "/home/adgriffi/packages/lib/python2.3/site-packages/trac/web/ main.py", line 191, in dispatch chosen_handler = self._pre_process_request(req, chosen_handler) File "/home/adgriffi/packages/lib/python2.3/site-packages/trac/web/ main.py", line 263, in _pre_process_request chosen_handler = f.pre_process_request(req, chosen_handler) File "/home/adgriffi/packages/lib/python2.3/site-packages/trac/ versioncontrol/api.py", line 73, in pre_process_request self.get_repository(req.authname) # triggers a sync if applicable File "/home/adgriffi/packages/lib/python2.3/site-packages/trac/ versioncontrol/api.py", line 91, in get_repository raise TracError('Unsupported version control system "%s"' TracError: Unsupported version control system "svn" Any help will be greatly appreciated... -- :wq --~--~---------~--~----~------------~-------~--~----~ 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 To unsubscribe from this group, send email to trac-users-unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
|