I need to implement version control, even for just the developing I do at home. I have read about how great Subversion is for the past couple years and was about to dedicat
I've used RCS, CVS, SCCS, SourceSafe, Vault, perforce, subversion, and git.
I've evaluated BitKeeper, Dimensions, arch, bazaar, svk, ClearCase, PVCS, and Synergy.
If I had to start a new repository today, I'd choose git. Hands down.
It's free, fast, and under active development.
And you can use it as a client of any subversion repository using git-svn.
It rocks.