<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Using SCM with SVN 1.6 and Xcode 3.1.2</title>
	<atom:link href="http://paulsolt.com/2009/04/using-scm-with-svn-16-and-xcode-312/feed/" rel="self" type="application/rss+xml" />
	<link>http://paulsolt.com/2009/04/using-scm-with-svn-16-and-xcode-312/</link>
	<description>Putting the Inc back in Solt since 2005.</description>
	<lastBuildDate>Tue, 01 May 2012 15:01:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Paul Solt</title>
		<link>http://paulsolt.com/2009/04/using-scm-with-svn-16-and-xcode-312/comment-page-1/#comment-1706</link>
		<dc:creator>Paul Solt</dc:creator>
		<pubDate>Sat, 19 Dec 2009 17:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://paulsolt.com/?p=215#comment-1706</guid>
		<description>@stephen You&#039;re right. *-1.0.dylib has the potential to match too many things.

@Ferruccio I&#039;ve updated the post to use your commands, since they&#039;re less likely to cause side affects.
&lt;pre lang=&quot;bash&quot;&gt;$ sudo ln -s /opt/local/lib/libap*-1.0.dylib .
$ sudo ln -s /opt/local/lib/libsvn*-1.0.dylib .
$ sudo ln -s /opt/local/lib/libap*-1.dylib .
$ sudo ln -s /opt/local/lib/libsvn*-1.dylib .&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>@stephen You&#8217;re right. *-1.0.dylib has the potential to match too many things.</p>
<p>@Ferruccio I&#8217;ve updated the post to use your commands, since they&#8217;re less likely to cause side affects.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">ln</span> <span style="color: #660033;">-s</span> <span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>libap<span style="color: #000000; font-weight: bold;">*</span>-<span style="color: #000000;">1.0</span>.dylib .
$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">ln</span> <span style="color: #660033;">-s</span> <span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>libsvn<span style="color: #000000; font-weight: bold;">*</span>-<span style="color: #000000;">1.0</span>.dylib .
$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">ln</span> <span style="color: #660033;">-s</span> <span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>libap<span style="color: #000000; font-weight: bold;">*</span>-<span style="color: #000000;">1</span>.dylib .
$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">ln</span> <span style="color: #660033;">-s</span> <span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>libsvn<span style="color: #000000; font-weight: bold;">*</span>-<span style="color: #000000;">1</span>.dylib .</pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Sykes</title>
		<link>http://paulsolt.com/2009/04/using-scm-with-svn-16-and-xcode-312/comment-page-1/#comment-1703</link>
		<dc:creator>Stephen Sykes</dc:creator>
		<pubDate>Thu, 17 Dec 2009 22:04:26 +0000</pubDate>
		<guid isPermaLink="false">http://paulsolt.com/?p=215#comment-1703</guid>
		<description>&lt;a href=&quot;#comment-1420&quot; rel=&quot;nofollow&quot;&gt;@Paul Solt &lt;/a&gt; You are likely to have a bunch of other libraries installed too in /opt/local/lib if you are using macports, so you probably *don&#039;t* want to use those two wildcard commands.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1420" rel="nofollow">@Paul Solt </a> You are likely to have a bunch of other libraries installed too in /opt/local/lib if you are using macports, so you probably *don&#8217;t* want to use those two wildcard commands.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Solt</title>
		<link>http://paulsolt.com/2009/04/using-scm-with-svn-16-and-xcode-312/comment-page-1/#comment-1443</link>
		<dc:creator>Paul Solt</dc:creator>
		<pubDate>Sun, 09 Aug 2009 04:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://paulsolt.com/?p=215#comment-1443</guid>
		<description>&lt;a href=&quot;#comment-1442&quot; rel=&quot;nofollow&quot;&gt;@Noah  &lt;/a&gt; 

You&#039;re welcome!</description>
		<content:encoded><![CDATA[<p><a href="#comment-1442" rel="nofollow">@Noah  </a> </p>
<p>You&#8217;re welcome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noah</title>
		<link>http://paulsolt.com/2009/04/using-scm-with-svn-16-and-xcode-312/comment-page-1/#comment-1442</link>
		<dc:creator>Noah</dc:creator>
		<pubDate>Sun, 09 Aug 2009 01:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://paulsolt.com/?p=215#comment-1442</guid>
		<description>Thanks!  Found this via Google, just got my XCode / SVN integration up and running. Your solution worked perfectly.

Thanks again,
-Noah</description>
		<content:encoded><![CDATA[<p>Thanks!  Found this via Google, just got my XCode / SVN integration up and running. Your solution worked perfectly.</p>
<p>Thanks again,<br />
-Noah</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Solt</title>
		<link>http://paulsolt.com/2009/04/using-scm-with-svn-16-and-xcode-312/comment-page-1/#comment-1420</link>
		<dc:creator>Paul Solt</dc:creator>
		<pubDate>Wed, 22 Jul 2009 20:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://paulsolt.com/?p=215#comment-1420</guid>
		<description>I&#039;m guessing that MacPorts installed it to a different directory. You could probably just have two commands:

$ sudo ln -s /opt/local/lib/*-1.0.dylib .
$ sudo ln -s /opt/local/lib/*-1.dylib .

The wildcard (*) should match both libap and libsvn.</description>
		<content:encoded><![CDATA[<p>I&#8217;m guessing that MacPorts installed it to a different directory. You could probably just have two commands:</p>
<p>$ sudo ln -s /opt/local/lib/*-1.0.dylib .<br />
$ sudo ln -s /opt/local/lib/*-1.dylib .</p>
<p>The wildcard (*) should match both libap and libsvn.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ferruccio</title>
		<link>http://paulsolt.com/2009/04/using-scm-with-svn-16-and-xcode-312/comment-page-1/#comment-1407</link>
		<dc:creator>Ferruccio</dc:creator>
		<pubDate>Wed, 01 Jul 2009 19:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://paulsolt.com/?p=215#comment-1407</guid>
		<description>Thanks for the tip. I installed SVN through MacPorts and had to make a small change to your instructions to get it to work. I used the following commands to create the necessary symlinks:

$ sudo ln -s /opt/local/lib/libap*-1.0.dylib .
$ sudo ln -s /opt/local/lib/libsvn*-1.0.dylib .
$ sudo ln -s /opt/local/lib/libap*-1.dylib .
$ sudo ln -s /opt/local/lib/libsvn*-1.dylib .</description>
		<content:encoded><![CDATA[<p>Thanks for the tip. I installed SVN through MacPorts and had to make a small change to your instructions to get it to work. I used the following commands to create the necessary symlinks:</p>
<p>$ sudo ln -s /opt/local/lib/libap*-1.0.dylib .<br />
$ sudo ln -s /opt/local/lib/libsvn*-1.0.dylib .<br />
$ sudo ln -s /opt/local/lib/libap*-1.dylib .<br />
$ sudo ln -s /opt/local/lib/libsvn*-1.dylib .</p>
]]></content:encoded>
	</item>
</channel>
</rss>

