<?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/"
	xmlns:georss="http://www.georss.org/georss" >

<channel>
	<title>Even the wrong words seem to rhyme &#187; svn</title>
	<atom:link href="http://www.kevinblake.co.uk/tag/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kevinblake.co.uk</link>
	<description>a blog-life by Kevin Blake</description>
	<lastBuildDate>Sat, 04 Feb 2012 19:58:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Using SVN to manage your WordPress install</title>
		<link>http://www.kevinblake.co.uk/using-svn-to-manage-your-wordpress-install/251/</link>
		<comments>http://www.kevinblake.co.uk/using-svn-to-manage-your-wordpress-install/251/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 23:16:50 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.kevinblake.co.uk/?p=251</guid>
		<description><![CDATA[I use SVN to manage both this blog and the Blakepics Gallery2 installation.  Using the version control software as a means of keeping my own sites&#8217; shared components up to date is horribly convenient once you get through the initial attempts of &#8220;shit, I&#8217;ve broken it again&#8221;. WordPress have full instructions for setting up your [...]]]></description>
			<content:encoded><![CDATA[<p>I use SVN to manage both this blog and the Blakepics Gallery2 installation.  Using the version control software as a means of keeping my own sites&#8217; shared components up to date is horribly convenient once you get through the initial attempts of &#8220;shit, I&#8217;ve broken it again&#8221;.</p>
<p>WordPress have <a href="http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion" target="_blank">full instructions for setting up your blog with SVN</a>.  I&#8217;d recommend sticking to the &#8216;Tracking Stable Version&#8217; section and controlling your upgrades rather than checking out the trunk and risking an unstable install.  This basically comes down to a single command to be run within your wwwroot.</p>
<p><code>svn co http://svn.automattic.com/wordpress/tags/2.6.2 .</code></p>
<p>When a new version is released, you can switch to that with:</p>
<p><code>svn sw http://svn.automattic.com/wordpress/tags/2.6.3</code></p>
<p>What they don&#8217;t mention, is you can do exactly the same with your plugins using the repository here&#8230;</p>
<ul>
<li><a href="http://plugins.svn.wordpress.org/" target="_blank">http://plugins.svn.wordpress.org/</a></li>
</ul>
<p>For example, find the plugin you want, and checkout to your plugin folder:</p>
<p><code>svn co http://plugins.svn.wordpress.org/share-this/tags/2.3/ share-this</code></p>
<p>As before, you can switch to new releases (make sure you&#8217;re in that plugin directory first) with:</p>
<p><code>svn sw http://plugins.svn.wordpress.org/share-this/tags/2.3/</code></p>
<p>And should you forget the URL you&#8217;ve got it from (like when you see there&#8217;s an upgrade available, running &#8216;svn status&#8217; in that directory should help you out.</p>
<p>Once you get the hang of it, it really saves so much more time than that slow download, unzip, copy process you&#8217;re probably all used to, and you stand a much better chance at maintaining your own modifications without rewriting them all the time <img src='http://www.kevinblake.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinblake.co.uk/using-svn-to-manage-your-wordpress-install/251/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

