Hello everyone,
I am attempting to setup Trac 0.11 with Mercurial. I've downloaded
the mercurial-plugin-0.11 using svn. The README file says this:
--README--
==== Trac ====
The plugin needs a slightly modified version of Trac 0.10.
This version can be found in source:sandbox/vc-refactoring.
Simply do:
{{{
svn co -r2905 http://svn.edgewall.com/repos/trac/sandbox/vc-refactoring
}}}
--end README--
As far as I can see svn.edgewall.com does not have a vc-refactoring
area. These instructions have also confused me. Does this imply "vc-
refactoring" is a special 0.10 version of Trac? Or does the running
of setup.py egg_info and setup.py install intended to modify an
existing Trac installation?
In any regards, I skipped these steps, created the .egg file and
copied it to my plugins directory. I also modified trac.ini thusly:
--trac.ini--
[trac]
<snip>
repository_dir = /home/<snip>/hgtest
repository_type = hg
<snip>
[wiki]
ignore_missing_pages = false
max_size = 262144
render_unsafe_content = false
split_page_names = false
[hg]
show_rev = yes
node_format = short
[components]
trac.versioncontrol.hg.* = enabled
--end trac.ini--
Running tracd -p 8000 /path/to/tracproj then works, but a yellow
warning box appears with the text:
--yellow warning--
Warning: Can't synchronize with the repository (Unsupported version
control system "hg": Can't find an appropriate component, maybe the
corresponding plugin was not enabled? ). Look in the Trac log for more
information.
--end yellow warning--
Nothing appears in the log directory and tracd merely shows HTTP
requests it is handling.
I want to consider using Trac, but no Mercurial integration will be a
deal breaker. Any help you can provide will be greatly appreciated.
Thanks in advance.
Regards,
-Randy Galbraith
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---