<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Easiest way to upgrade your wordpress installation</title>
	<atom:link href="http://www.wordpress-how-to.com/easiest-way-to-upgrade-your-wordpress-installation-173/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wordpress-how-to.com/easiest-way-to-upgrade-your-wordpress-installation-173/</link>
	<description>All you need to know about Wordpress</description>
	<lastBuildDate>Mon, 26 Jul 2010 01:18:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Peter</title>
		<link>http://www.wordpress-how-to.com/easiest-way-to-upgrade-your-wordpress-installation-173/comment-page-1/#comment-164</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 05 Feb 2009 14:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.wordpress-how-to.com/?p=173#comment-164</guid>
		<description>True. However, this may sound like rocket science for the average user :)</description>
		<content:encoded><![CDATA[<p>True. However, this may sound like rocket science for the average user :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Dean</title>
		<link>http://www.wordpress-how-to.com/easiest-way-to-upgrade-your-wordpress-installation-173/comment-page-1/#comment-163</link>
		<dc:creator>Colin Dean</dc:creator>
		<pubDate>Thu, 05 Feb 2009 14:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.wordpress-how-to.com/?p=173#comment-163</guid>
		<description>I would argue that the easiest way to upgrade is to use subversion from the command line. I know this option might not be available to some, but a responsible developer will use subversion (or another version control system) to manage his or her entire site.

svn co http://svn.automattic.com/wordpress/tags/2.7

will check out the code, then, when a new version comes out, one must simply do

svn sw http://svn.automattic.com/wordpress/tags/

All of the new files will be downloaded and old ones overwritten without harming anything else. Run the upgrade.php script from the web as normal to update the database, and you&#039;re good to go.</description>
		<content:encoded><![CDATA[<p>I would argue that the easiest way to upgrade is to use subversion from the command line. I know this option might not be available to some, but a responsible developer will use subversion (or another version control system) to manage his or her entire site.</p>
<p>svn co <a href="http://svn.automattic.com/wordpress/tags/2.7" rel="nofollow">http://svn.automattic.com/wordpress/tags/2.7</a></p>
<p>will check out the code, then, when a new version comes out, one must simply do</p>
<p>svn sw <a href="http://svn.automattic.com/wordpress/tags/" rel="nofollow">http://svn.automattic.com/wordpress/tags/</a></p>
<p>All of the new files will be downloaded and old ones overwritten without harming anything else. Run the upgrade.php script from the web as normal to update the database, and you&#8217;re good to go.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
