TracGuide — The Trac User and Administration Guide Python Traceback {{{ Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 191, in dispatch chosen_handler = self._pre_process_request(req, chosen_handler) File "/usr/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/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/lib/python2.4/site-packages/trac/versioncontrol/api.py", line 101, in get_repository repos = self._connector.get_repository(rtype, rdir, authname) File "/usr/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 259, in get_repository repos = SubversionRepository(dir, None, self.log) File "/usr/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 289, in __init__ raise TracError("%s does not appear to be a Subversion repository." \ TracError: /var/www/overlays.gentoo.org/svn/proj/x11 does not appear to be a Subversion repository. }}} Comment: Sorry, the error message is a bit misleading, you shouldn't have created a ticket here but you should have informed the overlays.gentoo.org/proj/x11 people that there was a problem reaching the svn repository (which was probably moved to another location). On the other hand, it's a bit sad that the whole Trac site is taken down when there's a problem like that. I think we should be more robust in this case (i.e. the other subsystems, e.g. wiki and ticket should still be usable). -- Ticket URL: <http://trac.edgewall.org/ticket/5029#comment:1> The Trac Project <http://trac.edgewall.org/> Reproducible: Always Steps to Reproduce: 1.Just open the URL
jokey- is this you?
Kind of expected. It's a git repo and somehow genstef set up a trac for it... Though going to work on it now as our git guy seems to be MIA
Fixed, trac is now useable again