I am working on a project currently on SVN. I however will not have access to the internet for a few days, and will be working on my project.
Is there any way to ma
Your problem sounds to me like the use case for git-svn:
git svn clone http://svn.example.com/project/trunkgit svn rebase to get your Git repo in sync with the SVN repogit commitgit svn dcommit to push your changes back to the SVN repoI'm using this workflow daily!
You get two huge advantages doing so: