You are a SVN user and you don't have time to learn new things, here is a 5min course to get started with Git and git-svn. Import your SVN repository in Git: git svn clone -s https://svn.foo.com/svn/projMake your own Git branch: git checkout -b work trunk git add the files you changed.git commitWant to sync with the remote master SVN repos? git svn dcommit There you go! And guess what, svn-wrappe