Edgewall Software

Changes between Version 28 and Version 29 of MultipleRepositorySupport


Ignore:
Timestamp:
Sep 27, 2009, 4:43:32 PM (15 years ago)
Author:
trac-multirepos@…
Comment:

changed status and information on mercurial multirepo support

Legend:

Unmodified
Added
Removed
Modified
  • MultipleRepositorySupport

    v28 v29  
    114114 - ~~browser expansion doesn't work for the repository index. I'm pretty sure it used to work at some point.~~ fixed in r8076.
    115115 - More [changeset:6448 IRepositoryProvider] components, though this is becoming less pertinent now that we manage the repositories in the db and the `repository` table:
     116   - !HgParentDirRepositoryProvider, for listing all the working copies present in a given folder
     117     - work-in-progress on http://hg.trbs.net ''repo here is not up-to-date, but code is and works on latests multirepos tree, waiting for the opportunity to submit the provider back into mercurial-plugin''
    116118   - !HgForestRepositoryProvider, for providing forest repositories and all sub-repositories managed by each forest
    117      - work-in-progress on http://hg.trbs.net ''(stalled)''
    118      - in trac.conf use:
    119 {{{
    120 [hg-forest]
    121 jdk7.dir = /path/to/mercurial/root/forest/repository/jdk7
    122 }}}
    123    - !HgParentDirRepositoryProvider, for listing all the working copies present in a given folder
    124      - work-in-progress on http://hg.trbs.net ''(stalled)''
    125      - in trac.conf use:
    126 {{{
    127 [hg-parents]
    128 bunch.dir = /path/to/parent/directory/somedir
    129 }}}
     119     - work-in-progress on http://hg.trbs.net ''(stalled in favor of waiting for hg 1.3 subrepos work)''
    130120   - !SvnParentDirRepositoryProvider, for listing all the Subversion repositories present in a given folder
    131121 - ~~Add an admin panel to manage repositories (#8291).~~ Complete as of [8257].