| 8 | |
| 9 | Some tools to move from trac to github which may be good starting points: |
| 10 | |
| 11 | - http://stackoverflow.com/a/10395164/16248 |
| 12 | - https://github.com/trustmaster/trac2github |
| 13 | - https://pypi.python.org/pypi/tratihubis/ |
| 14 | |
| 15 | |
| 16 | Trac import can import from CSV: |
| 17 | |
| 18 | - [http://core.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=reopened&status=reviewing&component=WordPress.org+site&format=csv&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component&order=priority Export exiting tickets to CSV (only includes description column added with &col, not comments] |
| 19 | - http://trac.edgewall.org/wiki/TracImport |
| 20 | - http://trac-hacks.org/wiki/TicketImportPlugin |