<?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: Interactive file merging with Unison</title>
	<atom:link href="http://hash-bang.net/2009/08/ia-merging-unison/feed/" rel="self" type="application/rss+xml" />
	<link>http://hash-bang.net/2009/08/ia-merging-unison/</link>
	<description>The start of all wonderful things</description>
	<lastBuildDate>Thu, 26 Apr 2012 13:44:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: jojo</title>
		<link>http://hash-bang.net/2009/08/ia-merging-unison/comment-page-1/#comment-2805</link>
		<dc:creator>jojo</dc:creator>
		<pubDate>Wed, 28 Jul 2010 23:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=151#comment-2805</guid>
		<description>&lt;a href=&quot;#comment-2324&quot; rel=&quot;nofollow&quot;&gt;@Dave V &lt;/a&gt; 
this seems better (only one line, nofork option has two dashes on my system):

merge = Regex .* -&gt; gvimdiff --nofork CURRENT1 CURRENT2</description>
		<content:encoded><![CDATA[<p><a href="#comment-2324" rel="nofollow">@Dave V </a><br />
this seems better (only one line, nofork option has two dashes on my system):</p>
<p>merge = Regex .* -&gt; gvimdiff &#8211;nofork CURRENT1 CURRENT2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave V</title>
		<link>http://hash-bang.net/2009/08/ia-merging-unison/comment-page-1/#comment-2324</link>
		<dc:creator>Dave V</dc:creator>
		<pubDate>Tue, 29 Sep 2009 00:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=151#comment-2324</guid>
		<description>gvimdiff works well for me. unison looks for changes to the temporary files CURRENT1 and CURRENT2 and applies them to the local and remote files respectively. Of course I should be able to get away with just one command, but this worked for my dot files:

merge = Path * -&gt; gvimdiff --nofork CURRENT1 CURRENT2
merge = Path .* -&gt; gvimdiff --nofork CURRENT1 CURRENT2</description>
		<content:encoded><![CDATA[<p>gvimdiff works well for me. unison looks for changes to the temporary files CURRENT1 and CURRENT2 and applies them to the local and remote files respectively. Of course I should be able to get away with just one command, but this worked for my dot files:</p>
<p>merge = Path * -&gt; gvimdiff &#8211;nofork CURRENT1 CURRENT2<br />
merge = Path .* -&gt; gvimdiff &#8211;nofork CURRENT1 CURRENT2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MC</title>
		<link>http://hash-bang.net/2009/08/ia-merging-unison/comment-page-1/#comment-2244</link>
		<dc:creator>MC</dc:creator>
		<pubDate>Tue, 01 Sep 2009 00:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=151#comment-2244</guid>
		<description>Minor update: After discovering that my netbook (running Ubuntu 8.10) does not yet have the KDiff libraries the following URL gives the most helpful instructions for getting it installed:

http://kapare.blogspot.com/2008/12/kdiff3-on-ubuntu-810.html</description>
		<content:encoded><![CDATA[<p>Minor update: After discovering that my netbook (running Ubuntu 8.10) does not yet have the KDiff libraries the following URL gives the most helpful instructions for getting it installed:</p>
<p><a href="http://kapare.blogspot.com/2008/12/kdiff3-on-ubuntu-810.html" rel="nofollow">http://kapare.blogspot.com/2008/12/kdiff3-on-ubuntu-810.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

