Changes between Version 1 and Version 2 of TracImport


Ignore:
Timestamp:
09/16/05 00:03:52 (21 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracImport

    v1 v2  
    33== Bugzilla ==
    44
    5 Ticket data can be imported from Bugzilla using the bugzilla2trac.py script, available in the contrib/ directory of the Trac distribution.
     5Ticket data can be imported from Bugzilla using the [source:trunk/contrib/bugzilla2trac.py bugzilla2trac.py] script, available in the contrib/ directory of the Trac distribution.
    66
    77{{{
     
    4141== Sourceforge ==
    4242
    43 Ticket data can be imported from Sourceforge using the sourceforge2trac.py script, available in the contrib/ directory of the Trac distribution.
     43Ticket data can be imported from Sourceforge using the [source:http://projects.edgewall.com/trac/file/trunk/contrib/sourceforge2trac.py sourceforge2trac.py] script, available in the contrib/ directory of the Trac distribution.
     44
     45== Mantis ==
     46
     47Mantis bugs can be imported using the attached script. 
     48Currently, the following data is imported from Mantis:
     49  * bugs
     50  * bug comments
     51  * bug activity (field changes)
     52
     53Attachments are NOT imported.  If you use the script, please read the NOTES section (at the top of the file) and make sure you adjust the config parameters for your environment.
     54
     55mantis2trac.py has the same parameters as the bugzilla2trac.py script:
     56{{{
     57mantis2trac - Imports a bug database from Mantis into Trac.
     58
     59Usage: mantis2trac.py [options]
     60
     61Available Options:
     62  --db <MySQL dbname>              - Mantis database
     63  --tracenv /path/to/trac/env      - Full path to Trac db environment
     64  -h | --host <MySQL hostname>     - Mantis DNS host name
     65  -u | --user <MySQL username>     - Effective Mantis database user
     66  -p | --passwd <MySQL password>   - Mantis database user password
     67  -c | --clean                     - Remove current Trac tickets before importing
     68  --help | help                    - This help info
     69
     70Additional configuration options can be defined directly in the script.
     71}}}