Ticket #6270 (closed defect: worksforme)
Opened 4 years ago
Last modified 4 years ago
Python Traceback
| Reported by: | romainvv | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | version control/browser | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
Hello,
So i am french and then it is a bit difficult for me...
I have a error when I click on the button of my "trac".
When I clic on Wiki, Timeline, Roadmap, Browse Source View Tickets, New ticket, Search, Admin. I have always the same error :
Python Traceback
Traceback (most recent call last):
File "/var/lib/python-support/python2.4/trac/web/main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "/var/lib/python-support/python2.4/trac/web/main.py", line 191, in dispatch
chosen_handler = self._pre_process_request(req, chosen_handler)
File "/var/lib/python-support/python2.4/trac/web/main.py", line 263, in _pre_process_request
chosen_handler = f.pre_process_request(req, chosen_handler)
File "/var/lib/python-support/python2.4/trac/versioncontrol/api.py", line 73, in pre_process_request
self.get_repository(req.authname).sync()
File "/var/lib/python-support/python2.4/trac/versioncontrol/cache.py", line 82, in sync
raise TracError("The 'repository_dir' has changed, "
TracError: The 'repository_dir' has changed, a 'trac-admin resync' operation is needed.
Attachments
Change History
comment:1 Changed 4 years ago by sid
- Resolution set to worksforme
- Status changed from new to closed



As noted in the last line of the error message, you've recently changed the repository_dir variable, and now need to run the trac-admin resync command to fix it. For installation help, please check out the MailingList and submit general questions there. The ticket system is for defects and feature requests.