<?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>William Lindley - wlindley.com &#187; subversion</title>
	<atom:link href="http://blog.wlindley.com/tag/subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wlindley.com</link>
	<description>A Computer Guru&#039;s Journal. Have Keyboard Will Travel. 480.947.6100</description>
	<lastBuildDate>Sat, 04 Sep 2010 11:59:31 +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>Subversion 1.6.5 on Ubuntu 9.04</title>
		<link>http://blog.wlindley.com/2009/09/subversion-1-6-5-on-ubuntu-9-04/</link>
		<comments>http://blog.wlindley.com/2009/09/subversion-1-6-5-on-ubuntu-9-04/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 00:02:39 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[System Admin]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://blog.wlindley.com/?p=275</guid>
		<description><![CDATA[Following the instructions at: https://launchpad.net/~anders-kaseorg/+archive/subversion-1.6 Edit the apt sources, using your favorite editor: $ sudo emacs /etc/apt/sources.list Add these lines to the end of the file: deb http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu jaunty main deb-src http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu jaunty main The add the key signature: $ &#8230; <a href="http://blog.wlindley.com/2009/09/subversion-1-6-5-on-ubuntu-9-04/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Following the instructions at:</p>
<blockquote><p><code><a href="https://launchpad.net/~anders-kaseorg/+archive/subversion-1.6">https://launchpad.net/~anders-kaseorg/+archive/subversion-1.6</a></code></p></blockquote>
<p>Edit the apt sources, using your favorite editor:</p>
<p style="padding-left: 30px;"><code>$ sudo emacs /etc/apt/sources.list</code></p>
<p>Add these lines to the end of the file:</p>
<blockquote><p><code>deb http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu jaunty main<br />
deb-src http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu jaunty main</code></p></blockquote>
<p>The add the key signature:</p>
<p style="padding-left: 30px;"><code>$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 413576CB</code></p>
<p>where 413576CB is the Signing Key from the web page above&#8230; update the apt cache, and force a reinstall:</p>
<p style="padding-left: 30px;"><code>$ sudo apt-get update<br />
$ sudo apt-get --reinstall install subversion</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2009/09/subversion-1-6-5-on-ubuntu-9-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
