With git-svn If I have cloned svn repository with all trunk, branches and tags, how do I create a new svn branch out of a svn branch?
I know I can create a new branch from trunk (master) with git svn branch, but how do I handle this from a branch?
SHould I first create a local tracking branch from the branch, and out of it invoke git svn branch?