I have a situation similar to the following:
- SVN Revision 1
- FolderA/FileA.ext
('svn move' used to move folder underneath a new folder)
- SVN Revision 2
- NewParent/FolderA/FileA.ext
Using SVN, I can verify the history is present for both revisions.
When I use 'git svn clone', the target folder contains both FolderA/FileA.ext and NewParent/FolderA/FileA.ext, and there is no history link between them.
How can I preserve the history link and only end up with the newer folder structure? I only need to migrate once (no link to SVN repo is needed).