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 the commands run with no errors.. I changed Trac.ini: [trac] repository_type = hg repository_dir = /path/to/my/hg/repository [hg] show_rev = yes node_format = short 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 I cant see the Browse View tab... what can I do for making Trac recogonize Mercurial?
*I already saw many articles please guide me if you can If you know a "step by step" guide for installing Trac with Mercurial- this will help as well. thanks yehiel -- 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.
