Friday, March 03, 2006
We've opted for Subversion at sourceforge.
A few days ago, sourceforge announced that after running a 6 week beta programme, they intend to offer Subversion as an alternative version control system to CVS. You can see the full announcement here.
It's a while since I originally read about Subversion, but there were a number of things that appealed to me about it such as being able to rename files without losing the history (a real boon when refactoring and removal of a disincentive to do this!). Branching and tagging is supposed to be much cheaper (computationally speaking) so again disuaders from doing this are removed. As Eclipse is our IDE of choice, we'll probably turn this into our Subversion client via the Subclipse plugin.