Edgewall Software

Changes between Version 6 and Version 7 of TracImport


Ignore:
Timestamp:
Sep 2, 2005, 1:37:09 PM (19 years ago)
Author:
Paul Baranowski <paul@…>
Comment:

Explicitly state mantis2trac.py parameters in the event that the bugzilla2trac parameters change later.

Legend:

Unmodified
Added
Removed
Modified
  • TracImport

    v6 v7  
    4545== Mantis ==
    4646
    47 Mantis bugs can be imported using the attached script.  It has the same parameters as the bugzilla2trac.py script (see above). 
     47Mantis bugs can be imported using the attached script. 
    4848Currently, the following data is imported from Mantis:
    4949  * bugs
     
    5252
    5353Attachments 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}}}