<?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: Subverting Difference</title>
	<atom:link href="http://markelikalderon.com/2007/04/28/subverting-difference/feed/" rel="self" type="application/rss+xml" />
	<link>http://markelikalderon.com/2007/04/28/subverting-difference/</link>
	<description>Philosophy and Text</description>
	<lastBuildDate>Thu, 02 Sep 2010 16:07:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: wsanchez</title>
		<link>http://markelikalderon.com/2007/04/28/subverting-difference/comment-page-1/#comment-4026</link>
		<dc:creator>wsanchez</dc:creator>
		<pubDate>Thu, 18 Sep 2008 21:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://markelikalderon.com/blog/2007/04/28/subverting-difference/#comment-4026</guid>
		<description>&lt;p&gt;Here&#039;s an implementation of the same idea, which in in the svn sources (under contrib/):&lt;/p&gt;

&lt;p&gt;http://svn.collab.net/viewvc/svn/trunk/contrib/client-side/svn-viewdiff?revision=19085&amp;view=markup&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Here&#8217;s an implementation of the same idea, which in in the svn sources (under contrib/):</p>

<p><a href="http://svn.collab.net/viewvc/svn/trunk/contrib/client-side/svn-viewdiff?revision=19085&amp;view=markup" rel="nofollow">http://svn.collab.net/viewvc/svn/trunk/contrib/client-side/svn-viewdiff?revision=19085&amp;view=markup</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Subversion and TextMate at Excursus</title>
		<link>http://markelikalderon.com/2007/04/28/subverting-difference/comment-page-1/#comment-106</link>
		<dc:creator>Subversion and TextMate at Excursus</dc:creator>
		<pubDate>Fri, 18 May 2007 14:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://markelikalderon.com/blog/2007/04/28/subverting-difference/#comment-106</guid>
		<description>&lt;p&gt;[...] Subverting Difference [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[&#8230;] Subverting Difference [&#8230;]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Eli Kalderon</title>
		<link>http://markelikalderon.com/2007/04/28/subverting-difference/comment-page-1/#comment-81</link>
		<dc:creator>Mark Eli Kalderon</dc:creator>
		<pubDate>Wed, 02 May 2007 14:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://markelikalderon.com/blog/2007/04/28/subverting-difference/#comment-81</guid>
		<description>&lt;p&gt;Oh, OK, for some reason my copy lacks the .sh. (Maybe a sign that I should update the script.) Glad it worked out for you.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Oh, OK, for some reason my copy lacks the .sh. (Maybe a sign that I should update the script.) Glad it worked out for you.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Eli Kalderon</title>
		<link>http://markelikalderon.com/2007/04/28/subverting-difference/comment-page-1/#comment-80</link>
		<dc:creator>Mark Eli Kalderon</dc:creator>
		<pubDate>Wed, 02 May 2007 14:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://markelikalderon.com/blog/2007/04/28/subverting-difference/#comment-80</guid>
		<description>&lt;p&gt;Couple of things. Is fmdiff on your path? To see the paths searched by the shell type $PATH in the terminal. Is fmdiff in one of the directories listed? If not, then either try using the full path to fmdiff, or add the path to your .profile (with the line: export PATH=&quot;/path/to/directory/of/fmdiff&quot;---I am assuming your shell is bash by the way). Another thing to check is to see if you have made fmdiff executable. In the directory where fmdiff is try: sudo chmod 755 fmdiff. If these commands are unfamiliar to you be sure to check their man pages. Hope this helps.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Couple of things. Is fmdiff on your path? To see the paths searched by the shell type $PATH in the terminal. Is fmdiff in one of the directories listed? If not, then either try using the full path to fmdiff, or add the path to your .profile (with the line: export PATH=&#8221;/path/to/directory/of/fmdiff&#8221;&#8212;I am assuming your shell is bash by the way). Another thing to check is to see if you have made fmdiff executable. In the directory where fmdiff is try: sudo chmod 755 fmdiff. If these commands are unfamiliar to you be sure to check their man pages. Hope this helps.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Juan</title>
		<link>http://markelikalderon.com/2007/04/28/subverting-difference/comment-page-1/#comment-79</link>
		<dc:creator>Juan</dc:creator>
		<pubDate>Wed, 02 May 2007 14:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://markelikalderon.com/blog/2007/04/28/subverting-difference/#comment-79</guid>
		<description>&lt;p&gt;Got it again. Should be&lt;/p&gt;

&lt;p&gt;svn diff --diff-cmd fmdiff.sh foo&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Got it again. Should be</p>

<p>svn diff &#8211;diff-cmd fmdiff.sh foo</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Juan</title>
		<link>http://markelikalderon.com/2007/04/28/subverting-difference/comment-page-1/#comment-78</link>
		<dc:creator>Juan</dc:creator>
		<pubDate>Wed, 02 May 2007 14:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://markelikalderon.com/blog/2007/04/28/subverting-difference/#comment-78</guid>
		<description>&lt;p&gt;Got it. Should be&lt;/p&gt;

&lt;p&gt;svn diff --diff-cmd fmdiff foo&lt;/p&gt;

&lt;p&gt;Now I&#039;m getting a different error: exec of &#039;fmdiff&#039; failed: No such file or directorysvn: &#039;fmdiff&#039; returned 255&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Got it. Should be</p>

<p>svn diff &#8211;diff-cmd fmdiff foo</p>

<p>Now I&#8217;m getting a different error: exec of &#8216;fmdiff&#8217; failed: No such file or directorysvn: &#8216;fmdiff&#8217; returned 255</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Juan</title>
		<link>http://markelikalderon.com/2007/04/28/subverting-difference/comment-page-1/#comment-77</link>
		<dc:creator>Juan</dc:creator>
		<pubDate>Wed, 02 May 2007 13:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://markelikalderon.com/blog/2007/04/28/subverting-difference/#comment-77</guid>
		<description>&lt;p&gt;I get the following error message: &quot;svn: &#039;diff-cmd&#039; is not under version control&quot;&lt;/p&gt;

&lt;p&gt;What am I doing worng?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I get the following error message: &#8220;svn: &#8216;diff-cmd&#8217; is not under version control&#8221;</p>

<p>What am I doing worng?</p>]]></content:encoded>
	</item>
</channel>
</rss>
