hi,
would it make sense that trac automatically resyncs, if it already
knows that a resync would be necessary?
the error message is:
Traceback (most recent call last):
File "/opt/csw/lib/python/site-packages/trac/web/main.py", line 406,
in dispatch_request
dispatcher.dispatch(req)
File "/opt/csw/lib/python/site-packages/trac/web/main.py", line 191,
in dispatch
chosen_handler = self._pre_process_request(req, chosen_handler)
File "/opt/csw/lib/python/site-packages/trac/web/main.py", line 263,
in _pre_process_request
chosen_handler = f.pre_process_request(req, chosen_handler)
File "/opt/csw/lib/python/site-packages/trac/versioncontrol/api.py",
line 73, in pre_process_request
self.get_repository(req.authname).sync()
File "/opt/csw/lib/python/site-packages/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.
rupert
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---