I tend to go through phases in thinking that I do or don't need some sort of personal source code control. I'm currently in the "need it" phase (which I fully expect to continue in perpetuity) since I have about 5 projects on the go on two different operating systems in three different languages.
Subversion seems to be the logical choice as the most modern system. Visual Source Safe is arguably the easiest to use, but it isn't cross platform so it's out.
As one might expect, I've been running into some annoying "gotchas" in the process of setting this up.
I wanted to avoid a server based system since it's just me (at the moment, anyways) and it's a bit of overkill. Easy, I think. I have a FireWire drive that I use mostly to boot Leopard and back up my MacBook. Lots of space left for an SVN repository for both my Mac and Windows code. Here's the rub, though...
In order to boot Leopard (or anything else), my drive needs to be partitioned using a Guid Partition Table. This is, apparently, a requirement of the Intel Macs. Even if I were to get a FireWire card for my PC, I still couldn't use the drive since Windows XP (the non-64 bit version, anyways) doesn't support GPT. There's no way I can use this drive as a general purpose carry-around SVN repository, and still use it to boot other versions of Mac OS X.
This is one of those incompatibility things that boggles me. Luckily Wendy just got herself a 300gb drive for her photography archives and happened to have an 80gb external USB drive that she doesn't need any more. It annoys me that I'm going to have to take a performance hit using USB instead of FireWire, but I have no intention of buying yet another drive.
So I've started importing projects into the SVN repository on this drive. On the PC side, AnkhSVN is an awesome addon for Visual Studio 2005 that adds integrated source code control management for Subversion. TortoiseSVN (I used the CVS version at one point) is a great Windows Explorer extension for same.
Xcode...well, it seems that Xcode has a problem with SVN which is fixed in the latest revision. I just received the ADC DVD today so hopefully the update is on it.
The last step in this adventure (once I finish getting the Windows projects checked in) will be to see if I can plug the drive into my MacBook and add Xcode projects. I'm pretty hopeful that this will all work just fine, although I'm prepared for some tussling.