Changes between Version 1 and Version 2 of TracImport


Ignore:
Timestamp:
04/07/08 20:46:13 (5 years ago)
Author:
mvngu
Comment:

Fixed minor grammatical errors.

Legend:

Unmodified
Added
Removed
Modified
  • TracImport

    v1 v2  
    2323}}} 
    2424 
    25 Currently, the following data is imported from Bugzilla: 
     25Currently, the following data are imported from Bugzilla: 
    2626 
    2727  * bugs 
     
    4848Mantis bugs can be imported using the attached script. 
    4949 
    50 Currently, the following data is imported from Mantis: 
     50Currently, the following data are imported from Mantis: 
    5151  * bugs 
    5252  * bug comments 
     
    7575== Other == 
    7676 
    77 Since trac uses a SQL database to store the data, you can import from other systems by examining the database tables. Just go into [http://www.sqlite.org/sqlite.html sqlite] command line to look at the tables and import into them from your application. 
     77Since trac uses an SQL database to store the data, you can import from other systems by examining the database tables. Just go into [http://www.sqlite.org/sqlite.html sqlite] command line to look at the tables and import into them from your application.