Making WordPress.org

Changes between Version 1 and Version 2 of Ticket #33, comment 1


Ignore:
Timestamp:
07/28/2013 07:48:37 PM (12 years ago)
Author:
devinreams
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33, comment 1

    v1 v2  
    66- https://github.com/UnwashedMeme/TicketMoverPlugin (forked version of above)
    77- http://trac-hacks.org/wiki/TracSqlHelperScript
     8
     9Some 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
     16Trac 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