Bidirectional operation between a Subversion repository and Git.
git svn clone {{https://example.com/subversion_repo}} {{local_dir}}
git svn clone -r{{1234}}:HEAD {{https://svn.example.net/subversion/repo}} {{local_dir}}
git svn rebase
git svn fetch
git svn dcommit