Hi,
The Subversion directory that contains our main codebase has moved several times over the years. For example:
dir1 -> dir2 -> dir3
Using the Stash Subgit plugin, the git mirror doesn't contain history before the move to "dir3". However, the full history is available in the Subversion repo.
We are not concerned about mirroring branches or tags to Git, but we'd like to retain the full history of the "trunk" if possible.
I understand this is a known limitation, but I'm wondering if anyone can suggest a workaround.
Many thanks.