git-svn-abandon

Migrate Subversion repositories to Git while preserving full history

brewmacoslinux
Try with needOr install directly
Source

About

History-preserving svn-to-git migration

Commands

git-svn-abandon

Examples

Migrate an SVN repository with standard layout (trunk/branches/tags)$ git-svn-abandon https://svn.example.com/project
Migrate SVN repo and clean up git-svn metadata$ git-svn-abandon --cleanup https://svn.example.com/repo
Migrate with custom authors mapping file$ git-svn-abandon --authors=authors.txt https://svn.example.com/project