Setting up Subversion
Just another one of those tasks to go through with a new client, setting up source control. For small shops I’ve found the easiest way to get started is with Subversion. The biggest problem you encounter is how to get Subversion installed and setup the first time.
I’ve finally found an install that takes all of the fuss out of getting Subversion installed: VisualSVN Server.
The thing is beautiful. It gives you a single MSI package for the install, a nice gui tool to manage the server (add users, groups, and repositories). The gui tool even gives you the ability to copy the repository url so you can paste it into TortoiseSVN (I use this tool to checkout, merge, and import files to Subversion, VisualSVN is a Visual Studio add-in to do the same thing).
All said and done, I had installed Subversion, created a repository, created a user, and check in my project in less than 10 minutes. That is an accomplishment.


