David over at Geeks are Sexy has a nice tutorial on keeping WordPress installations current by using Subversion to check out the latest code directly from the Automattic repository. David’s instructions are much more detailed than the brief steps provided on the WordPress site, and also describe how to check out stable WordPress versions as [...]
Content Strategy Forum London

Moving (renaming) Files in CVS
Once of the main complaints about the CVS version control system is that it’s difficult to move or rename files as your project structure changes. While you can easily remove files and re-add them under a new name or location, this method loses the precious nuggets of wisdom contained in the file’s history — you [...]