<?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 diff commands</title>
	<atom:link href="http://raim.codingfarm.de/blog/2009/03/17/subversion-diff-commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://raim.codingfarm.de/blog/2009/03/17/subversion-diff-commands/</link>
	<description>My personal front yard on the web</description>
	<lastBuildDate>Fri, 20 Aug 2010 16:19: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: Rainer Müller</title>
		<link>http://raim.codingfarm.de/blog/2009/03/17/subversion-diff-commands/comment-page-1/#comment-3957</link>
		<dc:creator>Rainer Müller</dc:creator>
		<pubDate>Fri, 02 Apr 2010 21:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://raim.codingfarm.de/blog/?p=28#comment-3957</guid>
		<description>No, there is no way in FileMerge to produce an overview list. Subversion invokes the diff command once for each file.

What you could do is to make svn wait for FileMerge to close instead of just opening so many windows.

Put this shell script at ~/libexec/opendiff-wait and change the diff-filemerge line in your .bashrc accordingly:
&lt;code&gt;
#!/bin/bash
opendiff &quot;$@&quot; &#124; cat
&lt;/code&gt;

Now only a single window will pop up and when FileMerge is closed completely (⌘+Q) svn continues with the next file.</description>
		<content:encoded><![CDATA[<p>No, there is no way in FileMerge to produce an overview list. Subversion invokes the diff command once for each file.</p>
<p>What you could do is to make svn wait for FileMerge to close instead of just opening so many windows.</p>
<p>Put this shell script at ~/libexec/opendiff-wait and change the diff-filemerge line in your .bashrc accordingly:<br />
<code><br />
#!/bin/bash<br />
opendiff "$@" | cat<br />
</code></p>
<p>Now only a single window will pop up and when FileMerge is closed completely (⌘+Q) svn continues with the next file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://raim.codingfarm.de/blog/2009/03/17/subversion-diff-commands/comment-page-1/#comment-3955</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 02 Apr 2010 18:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://raim.codingfarm.de/blog/?p=28#comment-3955</guid>
		<description>Hi - I really enjoyed this script - simplifies things quite nicely. I am new to FileMerge and was wondering if there was a way to have the output of diff-filemerge open some sort of initial screen with just a list of the files that have differences. Currently if you execute as is, you get millions of windows popping up if there are a number of files that need to be reviewed. Any help greatly appreciated as I did through FileMerge more.</description>
		<content:encoded><![CDATA[<p>Hi &#8211; I really enjoyed this script &#8211; simplifies things quite nicely. I am new to FileMerge and was wondering if there was a way to have the output of diff-filemerge open some sort of initial screen with just a list of the files that have differences. Currently if you execute as is, you get millions of windows popping up if there are a number of files that need to be reviewed. Any help greatly appreciated as I did through FileMerge more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stev.ie/ &#187; Blog Archive</title>
		<link>http://raim.codingfarm.de/blog/2009/03/17/subversion-diff-commands/comment-page-1/#comment-3190</link>
		<dc:creator>stev.ie/ &#187; Blog Archive</dc:creator>
		<pubDate>Tue, 18 Aug 2009 10:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://raim.codingfarm.de/blog/?p=28#comment-3190</guid>
		<description>[...] Via. [...]</description>
		<content:encoded><![CDATA[<p>[...] Via. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RaiulBaztepo</title>
		<link>http://raim.codingfarm.de/blog/2009/03/17/subversion-diff-commands/comment-page-1/#comment-22</link>
		<dc:creator>RaiulBaztepo</dc:creator>
		<pubDate>Tue, 31 Mar 2009 10:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://raim.codingfarm.de/blog/?p=28#comment-22</guid>
		<description>Hello!
Very Interesting post! Thank you for such interesting resource! 
PS: Sorry for my bad english, I&#039;v just started to learn this language ;)
See you! 
Your, Raiul Baztepo</description>
		<content:encoded><![CDATA[<p>Hello!<br />
Very Interesting post! Thank you for such interesting resource!<br />
PS: Sorry for my bad english, I&#8217;v just started to learn this language <img src='http://raim.codingfarm.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
See you!<br />
Your, Raiul Baztepo</p>
]]></content:encoded>
	</item>
</channel>
</rss>
