<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: View Local SVN Diff in TextMate</title>
	<link>http://alexking.org/blog/2007/09/16/view-svn-diff-in-textmate</link>
	<description>Alex King's blog - software, photography, sports, etc.</description>
	<pubDate>Thu, 04 Dec 2008 03:41:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: Traffic King Pro</title>
		<link>http://alexking.org/blog/2007/09/16/view-svn-diff-in-textmate#comment-58662</link>
		<dc:creator>Traffic King Pro</dc:creator>
		<pubDate>Wed, 19 Sep 2007 12:00:19 +0000</pubDate>
		<guid>http://alexking.org/blog/2007/09/16/view-svn-diff-in-textmate#comment-58662</guid>
		<description>Hey! that command is really great and amazing. I too know little bit of programming but was confused.</description>
		<content:encoded><![CDATA[<p>Hey! that command is really great and amazing. I too know little bit of programming but was confused.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Keys</title>
		<link>http://alexking.org/blog/2007/09/16/view-svn-diff-in-textmate#comment-58643</link>
		<dc:creator>Adam Keys</dc:creator>
		<pubDate>Tue, 18 Sep 2007 12:45:39 +0000</pubDate>
		<guid>http://alexking.org/blog/2007/09/16/view-svn-diff-in-textmate#comment-58643</guid>
		<description>@Adam right on, my alias looks basically the same:
&lt;code&gt;alias sdm="svn diff&#124;mate"&lt;/code&gt;

Also, just to tweak my ego, I've got one for running diffstat on my work: &lt;code&gt;alias sdstat="svn diff&#124;diffstat"&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@Adam right on, my alias looks basically the same:<br />
<code>alias sdm="svn diff|mate"</code></p>
<p>Also, just to tweak my ego, I&#8217;ve got one for running diffstat on my work: <code>alias sdstat="svn diff|diffstat"</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Jacob Muller</title>
		<link>http://alexking.org/blog/2007/09/16/view-svn-diff-in-textmate#comment-58642</link>
		<dc:creator>Adam Jacob Muller</dc:creator>
		<pubDate>Tue, 18 Sep 2007 06:54:25 +0000</pubDate>
		<guid>http://alexking.org/blog/2007/09/16/view-svn-diff-in-textmate#comment-58642</guid>
		<description>You need the "mate" command installed for this, but if you don't already have/use mate installed you should install it (Help / Terminal Usage).

It's quite a bit simpler, and avoids the potential race condition! (I multitask!)
diffit () { svn diff &#124;mate -a -; }</description>
		<content:encoded><![CDATA[<p>You need the &#8220;mate&#8221; command installed for this, but if you don&#8217;t already have/use mate installed you should install it (Help / Terminal Usage).</p>
<p>It&#8217;s quite a bit simpler, and avoids the potential race condition! (I multitask!)<br />
diffit () { svn diff |mate -a -; }</p>
]]></content:encoded>
	</item>
</channel>
</rss>
