Hello,
I managed to have mercurial plugin installed (after installing
mercurial itself :-))
Unfortunately, I got the following trace:
plugin version #1847
mercurial version 1774c037fbd2
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 387,
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) # triggers a sync if applicable
File "/usr/lib/python2.5/site-packages/trac/versioncontrol/api.py",
line 101, in get_repository
repos = self._connector.get_repository(rtype, rdir, authname)
File "build/bdist.linux-i686/egg/tracvc/hg/backend.py", line 66, in
get_repository
return MercurialRepository(dir, self.log, options)
File "build/bdist.linux-i686/egg/tracvc/hg/backend.py", line 131, in
__init__
self.repo = hg.repository(ui=self.ui, path=path)
File "/usr/local/lib/python2.5/site-packages/mercurial/hg.py", line
75, in repository
The location of the source is added to the new repository's
File "/usr/local/lib/python2.5/site-packages/mercurial/hg.py", line
34, in local_
c = path.find(':')
File "/usr/local/lib/python2.5/site-packages/mercurial/
localrepo.py", line 61, in __init__
else:
File "/usr/local/lib/python2.5/site-packages/mercurial/
changelog.py", line 16, in __init__
>>> s = "ab%(nl)scd%(bs)s%(bs)sn%(nul)sab%(cr)scd%(bs)s%(nl)s" % d
File "/usr/local/lib/python2.5/site-packages/mercurial/revlog.py",
line 323, in __init__
self.indexstat = None
File "/usr/local/lib/python2.5/site-packages/mercurial/revlog.py",
line 362, in load
if flags & ~REVLOGNGINLINEDATA:
RevlogError: index 00changelog.i invalid format 2
Help appreciated,
Arnaud
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---