
erik.sherwood at gmail
Jan 10, 2007, 12:44 PM
Views: 988
Permalink
|
Hi, I am trying to setup trac 0.10.3 on RH Enterprise 4. I have installed trac and setup a test subversion project and a test trac environment. The environment is was configured with tr trac-admin /home/sherwood/public_html/testproject/ initenv and the repository type is 'svn'. When I do tracd --port=8000 /home/sherwood/public_html/testproject/ and then open localhost:8000 with a web browser, I get the correct subversion repository project listing, Available Projects * testproj but when I click on testproj, I get the error message: Traceback (most recent call last): File "/usr/local/trac-0.10.3/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request dispatcher.dispatch(req) File "/usr/local/trac-0.10.3/lib/python2.4/site-packages/trac/web/main.py", line 191, in dispatch chosen_handler = self._pre_process_request(req, chosen_handler) File "/usr/local/trac-0.10.3/lib/python2.4/site-packages/trac/web/main.py", line 263, in _pre_process_request chosen_handler = f.pre_process_request(req, chosen_handler) File "/usr/local/trac-0.10.3/lib/python2.4/site-packages/trac/versioncontrol/api.py", line 73, in pre_process_request self.get_repository(req.authname) # triggers a sync if applicable File "/usr/local/trac-0.10.3/lib/python2.4/site-packages/trac/versioncontrol/api.py", line 91, in get_repository raise TracError('Unsupported version control system "%s"' TracError: Unsupported version control system "svn" What have I done wrong? Thanks, Erik --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
|