<?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: Quick script to fetch diff history [of a file] using svn</title>
	<atom:link href="http://www.rafael.xavier.blog.br/2009/06/02/quick-script-to-fetch-diff-history-of-a-file-using-svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rafael.xavier.blog.br/2009/06/02/quick-script-to-fetch-diff-history-of-a-file-using-svn/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 16 Jun 2009 17:47:21 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://www.rafael.xavier.blog.br/2009/06/02/quick-script-to-fetch-diff-history-of-a-file-using-svn/comment-page-1/#comment-76</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 16 Jun 2009 17:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.rafael.xavier.blog.br/2009/06/02/quick-script-to-fetch-diff-history-of-a-file-using-svn/#comment-76</guid>
		<description>Hi Emanuele,

Thanks for pointing that out!

Actually, when pasting the script, I missed a &#039;\&#039; backslash... (I was delimiting it by space rather than &#039;&#124;&#039;).

Post fixed.</description>
		<content:encoded><![CDATA[<p>Hi Emanuele,</p>
<p>Thanks for pointing that out!</p>
<p>Actually, when pasting the script, I missed a &#8216;\&#8217; backslash&#8230; (I was delimiting it by space rather than &#8216;|&#8217;).</p>
<p>Post fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ema</title>
		<link>http://www.rafael.xavier.blog.br/2009/06/02/quick-script-to-fetch-diff-history-of-a-file-using-svn/comment-page-1/#comment-75</link>
		<dc:creator>ema</dc:creator>
		<pubDate>Tue, 16 Jun 2009 13:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.rafael.xavier.blog.br/2009/06/02/quick-script-to-fetch-diff-history-of-a-file-using-svn/#comment-75</guid>
		<description>On my local instance I have to set the delimiter (-d &#039;&#124;&#039;) for the first cut on grabbing releases, so it reads:

&lt;code&gt;
releases=$( svn log $FILE &#124; grep &#039;^r[^a-z]&#039; &#124; cut -d &#039;&#124;&#039;  -f1 &#124;
                cut -dr -f2- )
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>On my local instance I have to set the delimiter (-d &#8216;|&#8217;) for the first cut on grabbing releases, so it reads:</p>
<p><code><br />
releases=$( svn log $FILE | grep '^r[^a-z]' | cut -d '|'  -f1 |<br />
                cut -dr -f2- )<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

