nephifey/svn-migrate

SVN to Git migration tool that can be used to convert SVN repos to Git repos.

v2.0.2-alpha 2024-04-29 22:28 UTC

This package is auto-updated.

Last update: 2024-04-29 22:29:49 UTC


README

SVN to Git migration tool that can be used to convert SVN repos to Git repos.

Source Code Download Package PHP Programming Language Read License

Prerequisites

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

Getting Started

Install the package into your project using composer via the command below.

$ composer require nephifey/svn-migrate

Usage

Run the below php script to kick off the migration.

$ vendor/bin/svn-migrate

Copyright and License

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.