Edgewall Software

Hello Ice. You should ask this on the MailingList!

Hello,

when starting the http://localhost/trac site version 0.10.3 on my local apache2 trac stated an Oops...Trac detected an internal error:

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 387, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 191, in dispatch
    chosen_handler = self._pre_process_request(req, chosen_handler)
  File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 263, in _pre_process_request
    chosen_handler = f.pre_process_request(req, chosen_handler)
  File "/usr/lib/python2.5/site-packages/trac/versioncontrol/api.py", line 73, in pre_process_request
    self.get_repository(req.authname) # triggers a sync if applicable
  File "/usr/lib/python2.5/site-packages/trac/versioncontrol/api.py", line 92, in get_repository
    % self.repository_type)
TracError: Unsupported version control system "/var/trac/svn"

I did the setup exactly as descriped on http://wiki.ubuntuusers.de/Trac?highlight=trac , step by step and the error arised the first time after sudo su www-data -c "tracd --port 8123 /var/trac/wiki" and a look at http://localhost:8123 ...

Please help, thx

Ice