View Single Post
Old March 23rd, 2008, 1:52 AM   #2 (permalink)
H
after g, before i
Resident.
 
H's Avatar
 
Joined in Jul 2004
Hosted on Gojira
8,032 posts
Gave thanks: 48
Thanked 129 times
SVN, CVS and Git are all of the ones I've used.

Depending on your tools, SVN and CVS are probably the more transparent options. Git is easily the best of the three (local and remote repositories), but the tools aren't widely as available, nor as easy to use. In fact, I've only ever really tried to use Git via command-line, so its probably not a best choice unless you're a command-line fan (then it's #1 recommendation -- install via: apt-get install git-core git-docs).

Of CVS vs Subversion, well, they're somewhat similiar, but subversion doesn't suck nearly as much. Both have a lot of tools available. I'd say go subversion.
H is offline   Reply With Quote