They offer different flash templates with latest features.
Login

Forgot password
Register
Back

 git-svn

Fast, scalable, distributed revision control system (svn interoperability)
72KB
http://git-scm.com/
Categories: Releases: Score:
 5
3 reviews
Description:

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.

User reviews:
ScoreComment
9 months ago

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

Kissaki
5 Works flawlessly. Allows for using git with an svn repository.
2 years ago

opticyclic
4 Essential for migrating from SVN to Git!