Version Control

We're going to switch to Mercurial as soon as Visual Studio support improves a bit more.

It's basically a Git "clone", but more far more Windows friendly.
 
+1 for Subversion.

I'm currently looking at migrating a CVS repository into SVN - not too easy when you don't know much about either.
 
Subversion here

Mostly because it has a nice windows client (TortoiseSVN) and will run as an Apache module which instantly gives you things like AD/LDAP auth with minimal hassle, as well as web serving of the files, for quick reference.
 
Subversion with Springloops for deployment.

Springloops makes life SO much easier for deploying from local to staging to live, made my life at work much easier since we have started using it. Just need to transfer all the existing cvsdude (now codesion) over!
 
We use Surround SCM at work. Just wondering whether people use SCM's for hobby projects? i have been tempted to install one just to help me manage all my half baked projects :p
 
Back
Top Bottom