<?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>Resident Geek &#187; svn</title>
	<atom:link href="http://www.danielrs.com/tag/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danielrs.com</link>
	<description>The weblog of Daniel Smith.</description>
	<lastBuildDate>Fri, 23 Jul 2010 00:44:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress Easy Update</title>
		<link>http://www.danielrs.com/2008/08/27/wordpress-easy-update/</link>
		<comments>http://www.danielrs.com/2008/08/27/wordpress-easy-update/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 00:41:14 +0000</pubDate>
		<dc:creator>Daniel Smith</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.danielrs.com/?p=93</guid>
		<description><![CDATA[So I finally took the time out to change my WordPress install to be a checkout from Subversion (SVN). This will eliminate the headache of copying files to my website when I want to update to the latest version of WP. Following WordPress&#8217; upgrade procedures (even though I know how to use SVN very well) [...]]]></description>
			<content:encoded><![CDATA[<p>So I finally took the time out to change my WordPress install to be a checkout from Subversion (SVN).  This will eliminate the headache of copying files to my website when I want to update to the latest version of WP.  Following WordPress&#8217; upgrade procedures (even though I know how to use SVN very well) I was able to backup my old site and move my modification over to an SVN checked out copy of WordPress.  Since I use this blog regularly I decided to not checkout the trunk which would be the latest and greatest version of WP, and might or probably does contain bugs.  I opted for the tag of the latest stable revision of WP (2.6.1).  When I decided to update next all I will do is run the command: </p>
<pre name="code" class="c-sharp">
$ svn sw http://svn.automattic.com/wordpress/tags/SOMEVERSION/ .
</pre>
<p>and I will be all set!  For anyone looking for directions to do this, even if you are a newbie to subversion, WordPress has a great tutorial on it for you: <a href="http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion">Updating WordPress using Subversion</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielrs.com/2008/08/27/wordpress-easy-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
