Skip to content

Instantly share code, notes, and snippets.

@roblillack
Created April 27, 2010 12:50
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 roblillack/6462f3bb8e284fd6d60e to your computer and use it in GitHub Desktop.
Save roblillack/6462f3bb8e284fd6d60e to your computer and use it in GitHub Desktop.
export SVNREPO=svn+ssh://bloing/blerp/bla/…
export GITREPO=~/bla/blubber/bla…
mkdir /tmp/bla; cd /tmp/bla; git init
git svn clone -T '' $SVNREPO .
git remote add blub $GITREPO
git pull blub master
git svn rebase
git svn dcommit
mkdir /tmp/boing; cd /tmp/boing; svn co $SVNREPO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment