forked from poseidix/TRAC-SVN-to-GIT-migration
-
Notifications
You must be signed in to change notification settings - Fork 1
seanburlington/TRAC-SVN-to-GIT-migration
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Use this script if you have an existing trac project which has built up a history with svn and you have switched to git. This project will have tickets which reference svn revision numbers - but now the project needs git IDs instead. convertTracSvnToGit.sh will extract a list of git IDs annd svn revision numbers from the history created by git-svn - and pass these to convertTracTickets.php This will update the trac database - so that the links to commits still work. This code has worked for me - but I STRONGLY SUGGEST TAKING BACKUPS before starting. THIS CODE IS POTENTIALLY DESTRUCTIVE USE AT YOUR OWN RISK
About
Tools for converting a TRAC project when migrating from SVN to GIT
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 77.7%
- Shell 22.3%