I have a git repository which tracks an svn repository. I cloned it using --stdlayout.
I created a new local branch via git checkout -b foobar
Now I want this branch to end up in …/branches/foobar in the svn repository.
How do I go about that?
(snipped lots of investigative text. see question history if you care)
as of git v1.6.1,
git svn branchis available.From the git docs:
Previous versions of git do not provide a way to create an svn branch.