SVN to Git migration tool that can be used to convert SVN repos to Git repos.
You must have Git, Git Svn (Bundled with Git), and Svn installed on your machine. These are checked at the start of the migration setup and are REQUIRED.
$ git --version
$ svn --version --quiet
$ git svn --version
Install the package into your project using composer via the command below.
$ composer require nephifey/svn-migrate
Run the below php script to kick off the migration.
$ vendor/bin/svn-migrate
nephifey/svn-migrate is copyright © Nathan Phifer nephifer5@gmail.com and licensed for use under the terms of the MIT License (MIT). Please see LICENSE for more information.