You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Collection of scripts to help with converting a TRAC project when migrating from SVN to GIT
createLookupTable.sh
====================
Used to create a table matching an SVN revision ID with a GIT hash.
convertTracTickets.php
=======================
Converts all references to SVN changesets in TRAC tickets to GIT changesets. Be sure to run "trac-admin YourTracProject resync" after running this script.