public
Fork of torsten/visor
Description: Quake-style terminal for MacOS X (Terminal.app SIMBL)
Home | Edit | New

Home

How to do sync with SVN repo at googlecode:

<pre> git clone <origin> tweak .git/config to have svn-remote like this (rewriteRoot is important!): [svn-remote "svn"] url = https://blacktree-visor.googlecode.com/svn fetch = trunk:refs/remotes/trunk rewriteRoot = http://blacktree-visor.googlecode.com/svn

git svn fetch
git checkout -b svnmerger trunk
loop(
git checkout svnmerger
git svn rebase
git merge master
git svn dcommit
)

and you should make sure that you don’t have any “not yet dcommitted” merges when you do the “git svn rebase”

— many thanks to doener@#git

Last edited by darwin, Fri Mar 06 19:34:13 -0800 2009
Home | Edit | New
Versions: