Edgewall Software
Modify

Opened 16 years ago

Closed 15 years ago

#7618 closed defect (wontfix)

in dispatch_request dispatcher.dispatch(req)

Reported by: sistemi@… Owned by:
Priority: high Milestone:
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Remy Blank)

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 ebray, 16 years ago

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.

comment:2 by Remy Blank, 15 years ago

Description: modified (diff)
Resolution: wontfix
Status: newclosed

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.