Changes between Initial Version and Version 1 of TracMergeScript


Ignore:
Timestamp:
Jun 3, 2008, 6:02:27 PM (16 years ago)
Author:
chmullig
Comment:

New hack TracMergeScript, created by chmullig

Legend:

Unmodified
Added
Removed
Modified
  • TracMergeScript

    v1 v1  
     1= Merge N source tracks into M destination tracks =
     2
     3== Description ==
     4
     5This 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 [http://trac.edgewall.org/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.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for TracMergeScript are
     10[report:9?COMPONENT=TracMergeScript here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=TracMergeScript&owner=chmullig new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:tracmergescript here].
     18
     19== Source ==
     20
     21You can check out TracMergeScript from [http://trac-hacks.org/svn/tracmergescript here] using Subversion, or [source:tracmergescript browse the source] with Trac.
     22
     23== Example ==
     24
     25You'll need to create 3 python dictionaries: config, sources, and destinations.
     26
     27== Recent Changes ==
     28
     29[[ChangeLog(tracmergescript, 3)]]
     30
     31== Author/Contributors ==
     32
     33'''Author:''' [wiki:chmullig] [[BR]]
     34'''Contributors:'''