Changes between Version 2 and Version 3 of TracImport


Ignore:
Timestamp:
09/27/05 22:35:02 (21 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracImport

    v2 v3  
    33== Bugzilla ==
    44
    5 Ticket 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.
     5Ticket data can be imported from Bugzilla using the [http://projects.edgewall.com/trac/browser/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 [source:http://projects.edgewall.com/trac/file/trunk/contrib/sourceforge2trac.py sourceforge2trac.py] script, available in the contrib/ directory of the Trac distribution.
     43Ticket data can be imported from Sourceforge using the [http://projects.edgewall.com/trac/browser/trunk/contrib/sourceforge2trac.py sourceforge2trac.py] script, available in the contrib/ directory of the Trac distribution.
    4444
    4545== Mantis ==
    4646
    47 Mantis bugs can be imported using the attached script. 
     47Mantis bugs can be imported using the attached script.
     48
    4849Currently, the following data is imported from Mantis:
    4950  * bugs
     
    7071Additional configuration options can be defined directly in the script.
    7172}}}
     73
     74
     75== Other ==
     76
     77Since 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.