<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Perennial Programmer &#187; Ubuntu</title>
	<atom:link href="http://michaelbrennan.org/blog/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://michaelbrennan.org/blog</link>
	<description>Once a programmer, always a programmer — even when I'm not a programmer.</description>
	<lastBuildDate>Sat, 26 Apr 2008 23:12:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Upgrading Wordpress on Ubuntu using Subversion</title>
		<link>http://michaelbrennan.org/blog/2008/04/22/upgrading-wordpress-on-ubuntu-using-subversion/</link>
		<comments>http://michaelbrennan.org/blog/2008/04/22/upgrading-wordpress-on-ubuntu-using-subversion/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 22:39:38 +0000</pubDate>
		<dc:creator>Mike Brennan</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://michaelbrennan.org/blog/?p=4</guid>
		<description><![CDATA[Although my public blogs are hosted with an ISP, I also have Wordpress installed on my home machine for the sake of hacking and development. I have a full setup on my home machine with Apache web server, PHP, MySQL, and Wordpress. (I also have PostgreSQL and J2EE tools, but that&#8217;s another story.)
I had installed [...]]]></description>
			<content:encoded><![CDATA[<p>Although my public blogs are hosted with an ISP, I also have Wordpress installed on my home machine for the sake of hacking and development. I have a full setup on my home machine with Apache web server, PHP, MySQL, and Wordpress. (I also have PostgreSQL and J2EE tools, but that&#8217;s another story.)</p>
<p>I had installed all of these smoothly using <a href="http://en.wikipedia.org/wiki/Advanced_Packaging_Tool">APT</a>, but I had grown a bit frustrated that the Ubuntu repositories still only had version 2.2 of Wordpress while I was using 2.5 on my public site. Thanks to <a href="http://ubuntu-tutorials.com/2008/03/29/wordpress-25-upgrade/">a tip on the Ubuntu Tutorials blog</a> and <a href="http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion">info on the WordPress.org site</a>, I decided to switch to using Subversion to manage upgrades rather than waiting for new versions to show up in the Ubuntu repositories.</p>
<p>These are the steps I took:</p>
<ol>
<li>I saved a copy of my <code>wp-config.php</code> file for safe-keeping.</li>
<li>I uninstalled Wordpress using the Synaptic Package Manager.</li>
<li>I recreated the directory it had been installed in using <code>mkdir</code>, and executed:</li>
<li><code>sudo svn co http://svn.automattic.com/wordpress/tags/2.5/ .</code> (note the trailing period to install in the current directory).</li>
<li>I edited the <code>wp-config.php</code> file to put the settings from the saved one back in.</li>
<li>I opened <code>http://localhost/&lt;blog-path&gt;/wp-admin/upgrade.php</code> in my browser.</li>
</ol>
<p>That was it! Worked smoothly. Now I can just use subversion to manage upgrades without waiting for them to show up in the Ubuntu repositories.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fmichaelbrennan.org%2Fblog%2F2008%2F04%2F22%2Fupgrading-wordpress-on-ubuntu-using-subversion%2F';
  addthis_title  = 'Upgrading+Wordpress+on+Ubuntu+using+Subversion';
  addthis_pub    = 'MichaelBrennan';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://michaelbrennan.org/blog/2008/04/22/upgrading-wordpress-on-ubuntu-using-subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
