git-svn branching
Posted
by slayerIQ
on Stack Overflow
See other posts from Stack Overflow
or by slayerIQ
Published on 2010-06-04T12:22:48Z
Indexed on
2010/06/05
12:22 UTC
Read the original article
Hit count: 345
Hello,
I am using git with an svn repository everything is going fine I did all my branching with git so I did not branch on svn but I branched with git and pushed those branches to a separate location. Then I commited changed from the branch when needed.
But now I want to create some branches that actually exist on svn I tried:
$ git svn branch someFeature -m "message"
,and I got this:
$ git svn branch someFeature -m "message"
Multiple branch paths defined for Subversion repository.
You must specify where you want to create the branch with the
--destination argument.
How should I specify the destination I cant figure this out and the man page isn't that clear also.
© Stack Overflow or respective owner