WordPress Easy Update

So I finally took the time out to change my WordPress install to be a checkout from Subversion (SVN). This will eliminate the headache of copying files to my website when I want to update to the latest version of WP. Following WordPress’ upgrade procedures (even though I know how to use SVN very well) I was able to backup my old site and move my modification over to an SVN checked out copy of WordPress. Since I use this blog regularly I decided to not checkout the trunk which would be the latest and greatest version of WP, and might or probably does contain bugs. I opted for the tag of the latest stable revision of WP (2.6.1). When I decided to update next all I will do is run the command:

$ svn sw http://svn.automattic.com/wordpress/tags/SOMEVERSION/ .

and I will be all set! For anyone looking for directions to do this, even if you are a newbie to subversion, WordPress has a great tutorial on it for you: Updating WordPress using Subversion.