I’m using SubGit locally, and we have some branches that are under a subfolders. i.e. /branches/Folder/Branch
The default branch conversion then causes the git branch to be Folder, and Branch a folder within the branch itself.
I could manually map the branches in the config file so that the git branch will be Folder/Branch, however that will cause the history from deleted branches to not be a part of the migration.
From what I read in the documentation, it then seems like I would have to find all the deleted branches and map them.
Is this what I have to do or am I missing something? Unfortunately ‘–layout auto’ doesn’t work with local. I do want to try it remote and see what it comes up with for the config file, but it looks like I have to arrange to make some changes to httpd.conf on the subversion server after hours first.