Bidirectional operation between a Subversion repository and Git. More information: https://git-scm.com/docs/git-svn.
git svn clone https://example.com/subversion_repo local_dir
git svn clone -r|--revision 1234:HEAD https://svn.example.net/subversion/repo local_dir
git svn rebase
git svn fetch
git svn commit