I have tried all of the suggestions I can find on SO but nothing quite works. I want to periodically move an active Git repo over to an existing, but currently empty, SVN repo. Following the higher rated suggestions from SO the best I can do is check out the Git repo into my SVN trunk but then I end up with a huge number of merge issues as I try to rebase (as per the suggestions on can find).
What do I need to do to periodically move my Git master branch into this SVN repo while preserving my Git history?