All, thanks for suggestions thus far.

Christian Boos wrote:
Does /Users/scoot/projects/w4t really contain a Mercurial repository?
Note that the .hg subfolder is what matters, the files themselves don't need to be checked out.

What does `hg verify -R /Users/scoot/projects/w4` say? Take care to use the exact same Mercurial version than the one which is reported in the system info section of the About page.
$ hg verify -R /Users/scoot/projects/w4t
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
13 files, 4 changesets, 15 total revisions

I added some extra logging to the plugin, and it seems to fail calling into mercurial, not in the plugin:

MercurialConnector.get_repository()
--> MercurialRepository.__init__()
   --> mercurial.hg.repository()
       -->repo = _lookup(path).instance(ui, path, create)
          //Fails here, on call to instance()

I'll carry on debugging, & check hg installation. Still very interested in any help/suggestions.

Thanks,
Scoot.

--
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.

Reply via email to