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 t
If I read the git svn man page right:
git svn [options] [arguments]
, you should type:
git svn branch -m "message" someFeature
instead of:
git svn branch someFeature -m "message"