Great article from LifeHacker (and very useful, as I’m just about to set one up myself) about how to set up your own Subversion server:
Subversion is open source version control software used primarily by developers that keeps every revision of important, frequently changing files. However, Subversion can be useful for many different purposes, whether you’re a web developer or a novelist – especially if you like to work in plain text.
Think of Subversion as a wiki-like repository for your files. Each time you make a change to a file or group of files that you’re happy with, you can commit those changes to your Subversion repository. If you don’t like where the changes got you, Subversion can compare your current version with any previously-committed version and pick out the best of the best so you never have to worry about finding your way back to a good or working version of a file.
In this first of my two-part Subversion series, I’ll show you how to set up and run your own Subversion server. Next week, we’ll get into the nitty gritty of using Subversion.
(via Hack Attack: How to set up a personal home Subversion server)