Changes between Version 10 and Version 11 of TracTicketChangelogPlugin


Ignore:
Timestamp:
Mar 17, 2011, 2:18:46 AM (13 years ago)
Author:
Richard Liao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketChangelogPlugin

    v10 v11  
    1818Subversion, mercurial, git are tested.
    1919
     20=== mercurial ===
    2021For mercurial backend, since [http://trac.edgewall.org/ticket/8417 TracMecurial did not support repository cache] yet, you should install [http://github.com/maraujop/TracMercurialChangesetPlugin TracMercurialChangesetPlugin] to generate repository cache.
     22
     23=== git ===
     24For git backend, according to #7746, you should add following config to git section:
     25{{{
     26[git]
     27cached_repository = true
     28persistent_cache = true
     29}}}
     30You might need to run `trac-admin repository resync` after the change.
    2131
    2232== Example ==