Got WordPress? Get SVN! (Oh, and happy holidays)

Before my last major upgrade (2.0 to 2.3… I think) updating was always a long process involving multiple diffs, backups, manually merging my plugins and changed files, etc. Not any more…

What changed? I decided to use the instructions in the codex to convert to an svn-based installation. This process might look a bit arcane, but the benefits are outstanding. This time, my update only required two steps:

  • svn switch http://svn.automattic.com/wordpress/tags/2.3.2/
  • Visit the upgrade page under wp-admin/upgrade.php (which didn’t actually do anything this time around)

There are some caveats (disable plugins and test on a development site before a major upgrade, take backups, cross your toes, etc) but all of the grunt work has been removed. I whole-heartedly recommend this process to anyone who isn’t scared off by the command line.

-J

P.S. Happy New Years, Merry Christmas (belated), etc to all. I like this time of year, it makes my sporadic blogging seem more normal :)

4 thoughts on “Got WordPress? Get SVN! (Oh, and happy holidays)

  1. No, hadn’t seen that before. In general, I’ve been trying to reduce the number of plugins I use, since this is definitely not something I want to spend a lot of time managing.

    Also, I’m a bit of a geek, and feel much more comfortable knowing what’s going on during the upgrades… :)