Changes between Version 2 and Version 3 of TracMergeScript


Ignore:
Timestamp:
Nov 2, 2015, 9:19:38 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracMergeScript

    v2 v3  
    1 = Merge N source tracks into M destination tracks =
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 == Description ==
     3= Merge N source Tracs into M destination Tracs
    44
    5 This script is designed to merge the wiki, tickets, milestones, components and repositories (not the contents of the repositories!) of an arbitrary number of source tracs into an arbitrary number of destination tracs. You can individually remap wiki pages into non-default scripts. It currently uses the [trac:wiki:MultipleRepositorySupport MultipleRepository] branch of that's slated to become 0.12, but that's not necessarily a requirement if you don't mind being limited to one repository. Otherwise it probably works with 0.10, but hasn't been extensively tested with anything besides 0.12multirepos.
     5== Description
    66
    7 == Bugs/Feature Requests ==
     7This script is designed to merge the wiki, tickets, milestones, components and repositories (not the contents of the repositories!) of an arbitrary number of source Tracs into an arbitrary number of destination Tracs. You can individually remap wiki pages into non-default scripts.
     8
     9It currently uses the [trac:wiki:MultipleRepositorySupport MultipleRepository] branch of Trac version 0.12. However, that is not necessarily a requirement, if you don't mind being limited to one repository. Otherwise it probably works with Trac version 0.10, but hasn't been extensively tested with anything besides 0.12multirepos.
     10
     11== Bugs/Feature Requests
    812
    913Existing bugs and feature requests for TracMergeScript are
     
    1115
    1216If you have any issues, create a
    13 [http://trac-hacks.org/newticket?component=TracMergeScript&owner=chmullig new ticket].
     17[/newticket?component=TracMergeScript new ticket].
    1418
    15 == Download ==
     19[[TicketQuery(component=TracMergeScript&group=type,format=progress)]]
    1620
    17 Download the zipped source from [download:tracmergescript here].
     21== Download
    1822
    19 == Source ==
     23Download the zipped source from [export:tracmergescript here].
    2024
    21 You can check out TracMergeScript from [http://trac-hacks.org/svn/tracmergescript here] using Subversion, or [source:tracmergescript browse the source] with Trac.
     25== Source
    2226
    23 == Example ==
     27You can check out TracMergeScript from [/svn/tracmergescript here] using Subversion, or [source:tracmergescript browse the source] with Trac.
    2428
    25 You'll need to create 3 python dictionaries: config, sources, and destinations.
     29== Example
    2630
    27 == Recent Changes ==
     31You'll need to create 3 Python dictionaries: `config`, `sources` and `destinations`.
     32
     33== Recent Changes
    2834
    2935[[ChangeLog(tracmergescript, 3)]]
    3036
    31 == Author/Contributors ==
     37== Author/Contributors
    3238
    3339'''Author:''' [wiki:chmullig] [[BR]]
     40'''Maintainer:''' [[Maintainer]] [[BR]]
    3441'''Contributors:'''