svn->git example
ref http://pauldowman.com/2008/07/26/how-to-convert-from-subversion-to-git
lets clone http://www.omnigia.com/scheme/cpscm/home/
$ git svn clone http://cpscm.googlecode.com/svn/ --no-metadata -t tags -b branches -T trunk cpscm $ cd cpscm $ git branch -r $ git tag tagname tags/rel-0.9.1 $ git tag tagname tags/rel-0.9.2 $ git branch -r -d tags/rel-0.9.1 $ git branch -r -d tags/rel-0.9.2