I'm getting an "unsupported repository" error for the Mercurial
plugin, and was wondering if there was anything else I should try to
get this working again. I have been upgrading components on my
system, so that was probably the trigger that broke it.
I'm using Python 2.4.4:
haselmaus ~ # sudo -u apache python -V
Python 2.4.4
I've re-installed mercurial (0.9.3); I've rebuilt and re-insalled the
TracMercurial egg and confirmed the timestamp on the installed egg:
/usr/lib/python2.4/site-packages/TracMercurial-0.10.0.2-py2.4.egg
I'm using Trac 0.10.4. I've confirmed that python can find the
package manager:
haselmaus tmp # sudo -u apache python -c 'import pkg_resources'
haselmaus tmp #
and that it can find the egg:
haselmaus tmp # sudo -u apache python -c 'import tracvc.hg'
haselmaus tmp #
(and, by sudo'ing as apache, I believe that I've confirmed that the
permissions are acceptable). And yet, when I try to create a trac
with the "hg" repository type, I get:
haselmaus tmp # sudo -u apache /usr/bin/trac-admin /repos/trac/Foo \
initenv Foo sqlite:db/trac.db hg /repos/mercurial/Foo /usr/share/
trac/templates
<lots of messages elided>
Warning:
Repository type hg not supported
<more messages elided>
and after adding:
[components]
tracvc.hg.* = enabled
I still get the:
TracError: Unsupported version control system "hg"...
message when accessing the project Trac page (quelle surprise).
Does anybody have any suggestions as to what I can try next?
Thanks,
--- SER
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---