Subversion 저장소와 Git 간의 양방향 작업. 더 많은 정보: 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