This is an old revision of the document!


Argh, brainfart, I smhoeow completely missed the third paragraph The git svn branch part is really just the branch creation (like svn cp trunk branch ). After that, you should have a new remote tracking branch (see git branch -r ) and can rebase your stuff onto it, like:git rebase onto $new_svn_branch master $git_branchWhat that does is that it turns the commits in the range master..$git_branch into patches, applies them on top of $new_svn_branch and then updates $git_branch to reference the result.And then git svn dcommit -n should tell you that it's going to dcommit your stuff to the new svn branch.


Navigation

Wiki

Other

QR Code
QR Code git:sip-router-repository (generated for current page)