martinezmatias / diff-auto-tuning

4 stars 0 forks source link

Migration CVS to Git #2

Open martinezmatias opened 3 years ago

martinezmatias commented 3 years ago

cvs2git --blobfile="blob_carol.dat" --dumpfile="dump_carol.dat" /Users/matias/develop/gt-tuning/git-code-gpgt/results_finals/cvs-vintage/carol/ --retain-conflicting-attic-files --encoding="latin1" git init git fast-import --export-marks=git-marks-carol.dat < blob_carol.dat git fast-import --import-marks=git-marks-carol.dat < dump_carol.dat git checkout

https://www.mcs.anl.gov/~jacob/cvs2svn/cvs2git.html https://alathurne.wordpress.com/2015/07/26/migrate-my-old-cvs-to-github-tools-and-problems/