<?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: subversion and tkdiff</title>
	<atom:link href="http://snarfed.org/subversion_and_tkdiff/feed" rel="self" type="application/rss+xml" />
	<link>http://snarfed.org</link>
	<description>Ryan Barrett&#039;s blog</description>
	<lastBuildDate>Tue, 07 Feb 2012 02:29:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Mark Barkell</title>
		<link>http://snarfed.org/subversion_and_tkdiff#comment-1085</link>
		<dc:creator>Mark Barkell</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/subversion_and_tkdiff#comment-1085</guid>
		<description>&lt;p&gt;If one needs to do a diff between two different svn (subversion) revisions of a whole repository then the following can be done:&lt;br /&gt;
&lt;br /&gt;
svn diff -r37478:37549 &#124; egrep &#039;^Index:&#039; &#124; awk &#039;//{print $2}&#039; &#124; perl -lne &#039;system(&quot;tkdiff -r 37478 -r 37549 $_ &amp;&quot;)&#039;&lt;br /&gt;
&lt;br /&gt;
This assumes that the repository versions that need the difference calculated are revision 37478 and 37549.&#160; Of course a script would be trival to write from here.&#160; (I found the tkdiff --help unhelpful in this respect, so I thought I would share.)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If one needs to do a diff between two different svn (subversion) revisions of a whole repository then the following can be done:<br />
<br />
svn diff -r37478:37549 | egrep &#8216;^Index:&#8217; | awk &#8216;//{print $2}&#8217; | perl -lne &#8216;system(&#8220;tkdiff -r 37478 -r 37549 $_ &amp;&#8221;)&#8217;<br />
<br />
This assumes that the repository versions that need the difference calculated are revision 37478 and 37549.&nbsp; Of course a script would be trival to write from here.&nbsp; (I found the tkdiff &#8211;help unhelpful in this respect, so I thought I would share.)</p>]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.317 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-07 16:15:54 -->
<!-- Compression = gzip -->
