On Tue, Sep 7, 2010 at 8:25 AM, יחיאל גלס <[email protected]> wrote: > hi, > I'm working under Windows XP and I just want to install Trac with > Mercurial. > Programs installed: > Trac(0.12) with SVN , Mercurial (tortoisehg-1.1.3-hg-1.6.3). > I downloaded and installed Mercurial plugin: (like is writen > http://trac.edgewall.org/wiki/TracMercurial ) > $ svn co http://svn.edgewall.com/repos/trac/plugins/0.12/mercurial-plugin > $ cd mercurial-plugin > $ python setup.py bdist_egg
I suppose you installed the plugin after doing this and also checked that MercurialConnector is in the list of available plugins and also that u enabled the plugin and checked file permissions ... isn't it ? [...] > but when I start the server ($tracd -p 8000 C:\tracproject) > I can see the site (localhost:8000) but get : > Warning: Can't synchronize with repository > "(default)" (Unsupported version control > system "hg": No module named mercurial). Look in the Trac > log for more information. ... and also that you have previously installed Hg in a location accessble to the Trac install ... isn't it ? > and I cant see the Browse View tab... > what can I do for making Trac recogonize Mercurial? > I suppose you need to install Hg in a location added to Trac's PYTHONPATH . -- Regards, Olemis. Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article: -- 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.
