Skip to content

Instantly share code, notes, and snippets.

@bfoz
Created June 17, 2009 03:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bfoz/131061 to your computer and use it in GitHub Desktop.
Save bfoz/131061 to your computer and use it in GitHub Desktop.
Convert CVS to git
# 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 git@github.com: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