Does subgit support multiple 'branches' directories?
For example, if one had an SVN repo that went like:
trunk/...
branches/<branch>/...
releases/<release>/...
tags/<tag>/...
but "releases" was really just release branches.
We would want both "branches/" and "releases/" in SVN to become branches in Git.
And if a new branch was created in Git, then in SVN we would want a new directory in "branches/" (i.e. "releases/" is deprecated).
So what we want is multiple branch mappings, but with with one of them being the "primary" one.