Modify ↓
Opened 18 years ago
Closed 18 years ago
#6179 closed defect (invalid)
Urgent: after change repository dir to a wrong dir, out trac account is not working anymore.
| Reported by: | anonymous | Owned by: | Christian Boos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | version control/browser | Version: | 0.10-stable |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
We have /svn/g/speededate/Main and /svn/g/speededate/Flash, but previously we set it only to /svn/g/speededate/Main and it works fine. Just now I try to change it to /svn/g/speededate, so I can see both places source code. But our account crashed. Bellow is the traceback info, it appears for any link in trac I click. Please help us to fix it ASAP. Thanks, Harry
Python Traceback
Traceback (most recent call last):
File "/usr/local/python/lib/python2.4/site-packages/trac/web/main.py", line 393, in dispatch_request
dispatcher.dispatch(req)
File "/usr/local/python/lib/python2.4/site-packages/trac/web/main.py", line 197, in dispatch
chosen_handler = self._pre_process_request(req, chosen_handler)
File "/usr/local/python/lib/python2.4/site-packages/trac/web/main.py", line 269, in _pre_process_request
chosen_handler = f.pre_process_request(req, chosen_handler)
File "/usr/local/python/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/python/lib/python2.4/site-packages/trac/versioncontrol/api.py", line 101, in get_repository
repos = self._connector.get_repository(rtype, rdir, authname)
File "/usr/local/python/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 259, in get_repository
repos = SubversionRepository(dir, None, self.log)
File "/usr/local/python/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: /svn/g/speededate does not appear to be a Subversion repository.
Attachments (0)
Change History (1)
comment:1 by , 18 years ago
| Description: | modified (diff) |
|---|---|
| Milestone: | 0.10.5 |
| Priority: | highest → normal |
| Resolution: | → invalid |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



This is not a bug in Trac, but a local issue with your server.
Please use the MailingList for support questions (as stated in the New Ticket page).