We are working on a project where we are required to use Subversion as our version control system. We are all comfortable with it, but, on the holidays we would like to go out of town to focus on development. The problem is, there is a high probability not to have internet access where we're going. Since we still want to maintain code history, I was thinking if there was a way to export our current Subversion history to a git repository and then export our git history to the existing Subversion repo (this repo already has history on it).
Is there a way to do that?
Thanks!