Changes between Version 2 and Version 3 of MantisImportScript


Ignore:
Timestamp:
Dec 20, 2006, 10:28:06 PM (17 years ago)
Author:
Anton Stroganov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MantisImportScript

    v2 v3  
    3939Available Options:
    4040{{{
    41   --db [MySQL dbname]              - Mantis database
    42   --tracenv /path/to/trac/env      - Full path to Trac db environment
    43   -h | --host [MySQL hostname]     - Mantis DNS host name
    44   -u | --user [MySQL username]     - Effective Mantis database user
    45   -p | --passwd [MySQL password]   - Mantis database user password
    46   -c | --clean                     - Remove current Trac tickets before importing
    47   --products [Product1,"Product With Spaces In Name"]   - List of products to import from mantis
    48   --help OR help                    - This help info}}}
     41  --db [MySQL dbname]                - Mantis database
     42  --tracenv /path/to/trac/env        - Full path to Trac db environment
     43  -h | --host [MySQL hostname]       - Mantis DNS host name
     44  -u | --user [MySQL username]       - Effective Mantis database user
     45  -p | --passwd [MySQL password]     - Mantis database user password
     46  -c | --clean                       - Remove current Trac tickets before importing
     47  --products [Product1,"Product 2"]  - List of products to import from mantis
     48  --help OR help                     - This help info
     49}}}
    4950
    5051== Recent Changes ==