Hello Jeremy, Thanks for your interest in the TracMercurial plugin!
Jeremy Ross wrote: > Hi, > > I'm trying to get the Mercurial plugin installed. I'm using Trac > 0.11rc2 on OS X with the TracMercurial plugin 0.11. The plugin egg is > in both site-packages and in the env's plugins folder. One should be enough. > I made the > following changes to trac.ini: > > [components] > tracext.hg.* = enabled > Fine. > repository_dir = /Users/jeremyross/Documents/trac/TestProject > repository_type = hg > Also fine (the above must be below the [trac] section, but I think you had it right, otherwise you wouldn't get that error message mentioning 'hg'). > Then when I perform a resync, I get: > Well, resync is not needed for hg repositories as caching is not supported yet. > Resyncing repository history... > Command failed: Unsupported version control system "hg". Check that > the Python support libraries for "hg" are correctly installed. > > What have I missed? > That can be any kind of installation issue, and as I'm not familiar with the Mac, you should listen to other's advices. You could also apply the 2 patches at http://trac.edgewall.org/ticket/6796, which are meant to help troubleshooting this kind of issues ("Improve Trac error reporting for misconfigured repositories"). -- Christian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
