I already posted about using the technique of updating wordpress through SVN but it just dawned on me that the instructions I (and many others) used committed us to the 2.1 trunk. And since 2.2 is a few weeks away I’m thinking of how to transition.
If your running a few sites, the easy way would be to just run these commands:
svn switch --relocate http://svn.automattic.com/wordpress/branches/2.1/ \http://svn.automattic.com/wordpress/branches/2.2/
Not that big transition since I can control who gets the updates and who doesn’t just in case 2.2 doesn’t play well. If I don’t use the above steps I’ll just copy my nightly script and simply modify it with the above command to run a single update for everyone in a few seconds.
The other option would be to use the wp trunk rather than the stable release repositories.
http://svn.automattic.com/wordpress/trunk/
I’m not to keen with the latter but it is an option.