<?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>Cameron &#187; Wordpress</title>
	<atom:link href="http://justcameron.com/blog/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://justcameron.com/blog</link>
	<description>Move like a jellyfish</description>
	<lastBuildDate>Fri, 01 Aug 2008 06:30:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Updating Wordpress via SVN</title>
		<link>http://justcameron.com/blog/2007/01/17/updating-wordpress-via-svn/</link>
		<comments>http://justcameron.com/blog/2007/01/17/updating-wordpress-via-svn/#comments</comments>
		<pubDate>Tue, 16 Jan 2007 17:52:04 +0000</pubDate>
		<dc:creator>Cameron</dc:creator>
				<category><![CDATA[2]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://justcameron.com/blog/2007/01/17/updating-wordpress-via-svn/</guid>
		<description><![CDATA[Updating Wordpress via SVN is about a million times easier than updating it the old way. 
The one problem I have with that guide is that it directs users to use the trunk version of Wordpress from SVN &#8211; this is in fact very dangerous and can cause all sorts of pain.
I would instead recommend [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sethkinast.com/blog/archive/2005/05/31/svn-wordpress">Updating Wordpress via SVN</a> is about a million times easier than updating it the old way. </p>
<p>The one problem I have with that guide is that it directs users to use the trunk version of Wordpress from SVN &#8211; this is in fact very dangerous and can cause all sorts of pain.</p>
<p>I would instead recommend users </p>
<p><code> $ svn co http://svn.automattic.com/wordpress/tags/2.0.7</code></p>
<p>and then when a new version comes out, </p>
<p><code> $ svn switch http://svn.automattic.com/wordpress/tags/newversion</code></p>
<p>Granted, this takes a <em>little</em> more time and thought than just using trunk, but it&#8217;s well worth it!</p>
<p>It&#8217;d be even better if the Wordpress SVN had a stable/release tag for users to use, and as such <a href="http://trac.wordpress.org/ticket/3593">I have opened a trac ticket requesting this</a>. (I&#8217;m not very familiar with trac, but it seemed easy enough.) </p>
]]></content:encoded>
			<wfw:commentRss>http://justcameron.com/blog/2007/01/17/updating-wordpress-via-svn/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
