hello;
when i attempt to configure trac to use an svk repository which has
been created as a mirror, trac complains:
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/
lib/python2.4/site-packages/trac/web/main.py", line 406, in
dispatch_request
dispatcher.dispatch(req)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/
lib/python2.4/site-packages/trac/web/main.py", line 191, in dispatch
chosen_handler = self._pre_process_request(req, chosen_handler)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/
lib/python2.4/site-packages/trac/web/main.py", line 263, in
_pre_process_request
chosen_handler = f.pre_process_request(req, chosen_handler)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/
lib/python2.4/site-packages/trac/versioncontrol/api.py", line 73, in
pre_process_request
self.get_repository(req.authname).sync()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/
lib/python2.4/site-packages/trac/versioncontrol/cache.py", line 87,
in sync
raise TracError('Missing "youngest_rev" in cache metadata')
TracError: Missing "youngest_rev" in cache metadata
i am new to this, but readings indicate, that the svk repository
"should" be equivalent to a svn repository, so i just configured trac
as if it were.
i observe in r5114, that this error is raised by code which replaces
something appears to have previously generated a default. (see http://
trac.edgewall.org/changeset/5114) could someone explain the causes,
workarounds, etc to a novice?
i am using
system : os x 10.4.8
trac : built as 0.10.4dev (from svn co http://svn.edgewall.org/repos/
trac/branches/0.10-stable 0.10.4dev)
svk : 1.07-1 (from SVK-1.07-1.dmg)
thank you
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---