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.