git-svn

Bidirectional bridge between Subversion repositories and Git

brewmacoslinux
Try with needOr install directly
Source

About

Bidirectional operation between a Subversion repository and Git

Commands

git-svn

Examples

Clone a Subversion repository as a Git repository$ git svn clone https://svn.example.com/repo/trunk my-git-repo
Fetch latest changes from Subversion into Git$ git svn fetch
Commit Git changes back to Subversion repository$ git svn dcommit