Modify ↓
Opened 16 years ago
Closed 16 years ago
#7618 closed defect (wontfix)
in dispatch_request dispatcher.dispatch(req)
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 406, 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).sync() File "/usr/lib/python2.5/site-packages/trac/versioncontrol/api.py", line 104, in get_repository repos = self._connector.get_repository(rtype, rdir, authname) File "/usr/lib/python2.5/site-packages/trac/versioncontrol/svn_fs.py", line 235, in get_repository fs_repos = SubversionRepository(dir, None, self.log) File "/usr/lib/python2.5/site-packages/trac/versioncontrol/svn_fs.py", line 270, in __init__ % path)
Attachments (0)
Change History (2)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Description: | modified (diff) |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Even though the error message is missing from the traceback, I bet this is an InstallationIssue. Missing Subversion bindings? Bad repository path? We may never know.
Feel free to reopen with more information, if you think this is not an InstallationIssue.
Note:
See TracTickets
for help on using tickets.
Could you perhaps post the full traceback that you're getting, along with any other information of actual use? Otherwise I don't think anyone will be able to help you.