Git is an open source version control system designed to handle very large projects with speed and efficiency, but just as well suited for small personal repositories; it is especially popular in the open source community, serving as a development platform for projects like the Linux Kernel, Ruby on Rails, WINE or X.org.
Subversion is an open-source revision control system, which aims to be a compelling replacement for CVS
git-svn is script to bidirectionally manipulate svn repository in git way.
Currently the official git-svn is implemented in perl. It makes extensive use of fork/exec, which makes it a CPU-hog on msysgit/Widnows. Also, it requires msys version perl, which is not easy to compile. The target of this project is to reimplement git-svn in python, by using the official python interpreter(published by python.org or provided by distributions). When importing svn repository to git, git-fast-import is used, which eliminates fork/exec's at each revision.
Open Hub computes statistics on FOSS projects by examining source code and commit history in source code management systems. This project has no code locations, and so Open Hub cannot perform this analysis
Is this project's source code hosted in a publicly available repository? Do you know the URL? If you do, click the button below and tell us so that Open Hub can generate statistics! It's fast and easy - try it and see!
there are over 3,000 projects on the Open Hub with security vulnerabilities reported against them
...
you can subscribe to e-mail newsletters to receive update from the Open Hub blog
No code available to analyze
Open Hub computes statistics on FOSS projects by examining source code and commit history in source code management systems. This project has no code locations, and so Open Hub cannot perform this analysis
Is this project's source code hosted in a publicly available repository? Do you know the URL? If you do, click the button below and tell us so that Open Hub can generate statistics! It's fast and easy - try it and see!
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy