/svn-to-git

Simple script to migrate from svn to git with history.

Primary LanguageShellISC LicenseISC

svn-to-git

Build Status

Table of Contents

  1. Overview
  2. Description
  3. Requirements
  4. Setup
  5. Usage
  6. Development

Overview

This is a simple script to migrate from svn repository to git repository with history.

Description

The script follow some steps of : http://stackoverflow.com/a/3972103/292694

Requirements

On Debian (>= wheezy) & Ubuntu (>= trusy), you need the following packages :

$> sudo apt-get install subversion git-core git-svn

Setup

Usage

Development

Feel free to contribute on GitHub.