<?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: Merge two folders on Mac using Terminal and tar</title>
	<atom:link href="http://macdiggs.com/2007/12/27/merge-two-folders-on-mac-using-terminal-and-tar/feed/" rel="self" type="application/rss+xml" />
	<link>http://macdiggs.com/2007/12/27/merge-two-folders-on-mac-using-terminal-and-tar/</link>
	<description>Digging the watery grave and talking about PHP, Rails and tech stuff..</description>
	<pubDate>Thu, 17 May 2012 16:38:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gstein</title>
		<link>http://macdiggs.com/2007/12/27/merge-two-folders-on-mac-using-terminal-and-tar/comment-page-1/#comment-28129</link>
		<dc:creator>gstein</dc:creator>
		<pubDate>Sun, 15 Aug 2010 23:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/index.php/2007/12/27/merge-two-folders-on-mac-using-terminal-and-tar/#comment-28129</guid>
		<description>I'm running Leopard and trying to run security updates on Drupal site while preserving some profiles in another version--your tar technique worked great! Thanks so much!</description>
		<content:encoded><![CDATA[<p>I&#039;m running Leopard and trying to run security updates on Drupal site while preserving some profiles in another version&#8211;your tar technique worked great! Thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Denis</title>
		<link>http://macdiggs.com/2007/12/27/merge-two-folders-on-mac-using-terminal-and-tar/comment-page-1/#comment-27823</link>
		<dc:creator>Jean-Denis</dc:creator>
		<pubDate>Mon, 24 Aug 2009 11:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/index.php/2007/12/27/merge-two-folders-on-mac-using-terminal-and-tar/#comment-27823</guid>
		<description>rtc, this is the *only* feature from Windows that might be considered worth adding to MacOS X. And even then, that's debatable. The semantics of moving something over to a place where another item is named identically is to replace it. Overloading a merge feature on it is unnecessary cognitive load, and thus potentially confusing and bad.

I probably curse Windows more often for merging two directories when I wanted to replace, than MacOS when wanting to merge.

That being said, merging two folders is a useful thing once in a while. And this is working solution. I personally tend to use ditto for it. I also made an automator action that invokes ditto, so I don't even have to launch the terminal.

Oh BTW, how is Automator named on Windows?

And maybe you can enlight me: can you change the current directory in a Windows terminal by a simple drag and drop from a regular window?

And a gazillion other minor nitpicks that pile up higher than mount Everest.

(no need to respond, I know the answer).</description>
		<content:encoded><![CDATA[<p>rtc, this is the *only* feature from Windows that might be considered worth adding to MacOS X. And even then, that&#039;s debatable. The semantics of moving something over to a place where another item is named identically is to replace it. Overloading a merge feature on it is unnecessary cognitive load, and thus potentially confusing and bad.</p>
<p>I probably curse Windows more often for merging two directories when I wanted to replace, than MacOS when wanting to merge.</p>
<p>That being said, merging two folders is a useful thing once in a while. And this is working solution. I personally tend to use ditto for it. I also made an automator action that invokes ditto, so I don&#039;t even have to launch the terminal.</p>
<p>Oh BTW, how is Automator named on Windows?</p>
<p>And maybe you can enlight me: can you change the current directory in a Windows terminal by a simple drag and drop from a regular window?</p>
<p>And a gazillion other minor nitpicks that pile up higher than mount Everest.</p>
<p>(no need to respond, I know the answer).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rtc</title>
		<link>http://macdiggs.com/2007/12/27/merge-two-folders-on-mac-using-terminal-and-tar/comment-page-1/#comment-27628</link>
		<dc:creator>rtc</dc:creator>
		<pubDate>Sat, 06 Dec 2008 10:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/index.php/2007/12/27/merge-two-folders-on-mac-using-terminal-and-tar/#comment-27628</guid>
		<description>I came across this problem today. 

Officially I hate Mac's I've decided. This is just another in a series of just strange things that Mac does not do. It's mind boggling.</description>
		<content:encoded><![CDATA[<p>I came across this problem today. </p>
<p>Officially I hate Mac&#039;s I&#039;ve decided. This is just another in a series of just strange things that Mac does not do. It&#039;s mind boggling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://macdiggs.com/2007/12/27/merge-two-folders-on-mac-using-terminal-and-tar/comment-page-1/#comment-27173</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Sat, 07 Jun 2008 08:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/index.php/2007/12/27/merge-two-folders-on-mac-using-terminal-and-tar/#comment-27173</guid>
		<description>Have a look at ECMerge. It's a diff/merge tool running on Windows &amp; MacOS, but also Linux and Solaris. It does side by side and 3-way merge for files and folders. You can use it to merge SVN branches or any other directory.</description>
		<content:encoded><![CDATA[<p>Have a look at ECMerge. It&#039;s a diff/merge tool running on Windows &amp; MacOS, but also Linux and Solaris. It does side by side and 3-way merge for files and folders. You can use it to merge SVN branches or any other directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curtis Chambers</title>
		<link>http://macdiggs.com/2007/12/27/merge-two-folders-on-mac-using-terminal-and-tar/comment-page-1/#comment-27073</link>
		<dc:creator>Curtis Chambers</dc:creator>
		<pubDate>Mon, 07 Apr 2008 04:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/index.php/2007/12/27/merge-two-folders-on-mac-using-terminal-and-tar/#comment-27073</guid>
		<description>I'd also add that at the end I'd do an "svn add * --force" to make sure that any new files that have been added are included in SVN.  Sometimes there are little files many folders deep that have been added that you have no idea about since the default svn add skips folders that it already knows about.</description>
		<content:encoded><![CDATA[<p>I&#039;d also add that at the end I&#039;d do an &#034;svn add * &#8211;force&#034; to make sure that any new files that have been added are included in SVN.  Sometimes there are little files many folders deep that have been added that you have no idea about since the default svn add skips folders that it already knows about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terrell</title>
		<link>http://macdiggs.com/2007/12/27/merge-two-folders-on-mac-using-terminal-and-tar/comment-page-1/#comment-26578</link>
		<dc:creator>Terrell</dc:creator>
		<pubDate>Wed, 09 Jan 2008 16:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/index.php/2007/12/27/merge-two-folders-on-mac-using-terminal-and-tar/#comment-26578</guid>
		<description>Very nice.

I've been manually moving files around (or svn rm and svn add'ing) manually.

This is obviously much better.</description>
		<content:encoded><![CDATA[<p>Very nice.</p>
<p>I&#039;ve been manually moving files around (or svn rm and svn add&#039;ing) manually.</p>
<p>This is obviously much better.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

