Linked by Rahul on Mon 22nd Dec 2008 22:28 UTC
General Development The Git distributed source code management system has won over another major project, Perl 5. The Perl Foundation has announced that they have completed moving the source code of Perl 5 from Perforce (proprietary SCM in use by other projects including FreeBSD) to Git and are now opening the system up for developer use. Git is the open sourced source code control system created by Linus Torvalds to manage Linux development. The move to Git gives developers equal and easier access to the Perl source code and the distributed nature of git will allow developers to work on experimental changes to the language more easily.
Permalink for comment 341251
To read all comments associated with this story, please click here.
Distributed
by ktlc on Tue 23rd Dec 2008 17:52 UTC
ktlc
Member since:
2006-06-13

Distributed version control is the way to go for all large projects imho. It gives everyone all the benefits of version control to maintain local patches on top of the mainline code. It's ideal for developers that want to hack around once in while to fix something that's been bugging them but otherwise don't want to become a big developer with a commit bit.

FreeBSD recently moved to Subversion and I just don't understand why they went through all the trouble of switching VCS and then didn't get a distributed one.