Created
June 17, 2009 03:35
-
-
Save bfoz/131061 to your computer and use it in GitHub Desktop.
Convert CVS to git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# cd to cvs2svn dir | |
# create an options file for the project, then... | |
./cvs2git --options=cvs2git-ofx.options | |
# wait... | |
cd | |
mkdir myproj | |
cd myproj | |
git init | |
cat ~/cvs2svn-trunk/cvs2svn-tmp/git-blob.dat ~/cvs2svn-trunk/cvs2svn-tmp/git-dump.dat | git fast-import | |
# create a github repo, then... | |
git remote add origin [email protected]:bfoz/p5-Finance-OFX.git | |
git push --tags origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment