Breadcrumbs
Tag: "revision_control"
-
SourceForge.net Adds Support for Git
- Author
- Date
- Mon 2 Mar 2009 at 22:04
- Type
- Blog Entry
- Comments
- 4 comments
Late last week SourceForge.net announced support for Git - a distributed revision control system - to complement their existing offerings of SVN and CVS. Git is a free distributed revision control system aimed at speed and efficiency for large code projects. It has some distinct advantages over CVS and SVN, primarily its distributed model over CVS and SVN's server-client model. It was initially designed for the Linux kernel, but is now used by a number of other high-profile projects, including Perl, Wine, VLC, Ruby on Rails, and others. Git…
