I'm evaluating SubGit, and it looks like it imports fairly well, except that we have both standard and nonstandard branches in our SVN directory:
- trunk
- tags
- branches
- test
- JIRA_89
- JIRA_92
- user
- jim
- bob
There are standard branches like branches/test
and branches/JIRA_89
, but we also have a few branches branches/user/jim
and branches/user/bob
.
What's the right way to rename these user branches for a subgit import?