I'd like to replace my svn repository with git. Unfortunately I can't do this in one shot and to cut a long story short, I need to move an svn repository, with history, into a subdirectory of a pre-existing git repository. So I currently have:
svn: svn1/ svn2/ git: git1/ .git/ gita/
And I want:
svn: svn1/ git: git1/ .git/ gita/ svn2/
Any ideas on the best way to do this?