Changes between Version 2 and Version 3 of TracImport
- Timestamp:
- 09/27/05 22:35:02 (21 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracImport
v2 v3 3 3 == Bugzilla == 4 4 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.5 Ticket 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. 6 6 7 7 {{{ … … 41 41 == Sourceforge == 42 42 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.43 Ticket 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. 44 44 45 45 == Mantis == 46 46 47 Mantis bugs can be imported using the attached script. 47 Mantis bugs can be imported using the attached script. 48 48 49 Currently, the following data is imported from Mantis: 49 50 * bugs … … 70 71 Additional configuration options can be defined directly in the script. 71 72 }}} 73 74 75 == Other == 76 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.
