<?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>PhilFreo.com &#187; SVN</title>
	<atom:link href="http://philfreo.com/blog/category/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://philfreo.com/blog</link>
	<description>The portfolio and blog of Phil Freo, on web design, development, and entrepreneurship.</description>
	<lastBuildDate>Mon, 18 Jan 2010 07:33:52 +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>On OSX, svn: This client is too old to work with working copy &#8216;.&#8217;; please get a newer Subversion client</title>
		<link>http://philfreo.com/blog/svn-this-client-is-too-old-to-work-with-working-copy-please-get-a-newer-subversion-client/</link>
		<comments>http://philfreo.com/blog/svn-this-client-is-too-old-to-work-with-working-copy-please-get-a-newer-subversion-client/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 17:08:16 +0000</pubDate>
		<dc:creator>Phil Freo</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.philfreo.com/blog/?p=51</guid>
		<description><![CDATA[I got this message when trying to use Subversion on OS X through Terminal.
I checked out my svn version using &#8220;svn &#8211;version&#8221; and it said I was using 1.4.4 &#8211; so I decided to update.  Here&#8217;s how&#8230;

Download the latest SVN binaries for OS X and install them just like any other program:
http://svnbinaries.open.collab.net/
Update your system [...]]]></description>
			<content:encoded><![CDATA[<p>I got this message when trying to use Subversion on OS X through Terminal.</p>
<p>I checked out my svn version using &#8220;svn &#8211;version&#8221; and it said I was using 1.4.4 &#8211; so I decided to update.  Here&#8217;s how&#8230;<br />
<span id="more-51"></span></p>
<p>Download the latest SVN binaries for OS X and install them just like any other program:<br />
<a href="http://svnbinaries.open.collab.net/">http://svnbinaries.open.collab.net/</a></p>
<p>Update your system wide path settings by editing /etc/profile through the Terminal:</p>
<pre>$ cd /etc/
$ sudo vi profile</pre>
<p>At the top of the file, add the following line of text, then save and quit vi.</p>
<pre>export PATH=/opt/subversion:$PATH</pre>
<p>Then rename the old binary:</p>
<pre>$ cd /usr/bin
$ sudo mv svn svn.old
$ cd ~
$ svn --version</pre>
<p>And you should see the later version (mine is 1.5.5) and all is good.</p>
<p>Thanks to <a href="http://www.imarichardson.com/2008/10/06/osx-svn-woes-client-is-too-old-to-work-with-working-copy/">http://www.imarichardson.com/2008/10/06/osx-svn-woes-client-is-too-old-to-work-with-working-copy/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://philfreo.com/blog/svn-this-client-is-too-old-to-work-with-working-copy-please-get-a-newer-subversion-client/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
