git-svn

fast, scalable, distributed revision control system (svn interoperability)
  https://git-scm.com/
  5
  3 reviews



Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel.

Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server.

This package provides tools for interoperating with Subversion repositories, and importing SVN development history.
Latest reviews
5
bblonski 11 years ago

Works suprisingly well. A must if you are stuck with an svn repo but want the power of a local git repo.

5
Kissaki 12 years ago

Works flawlessly. Allows for using git with an svn repository.

4
opticyclic 13 years ago

Essential for migrating from SVN to Git!