<?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: Create ZIP archives on a Mac without .DS_Store or .svn</title>
	<atom:link href="http://www.fieldguidetoprogrammers.com/osx/create-zip-archives-on-a-mac-without-ds_store-or-svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fieldguidetoprogrammers.com/osx/create-zip-archives-on-a-mac-without-ds_store-or-svn/</link>
	<description>Code, Toys, Bits of Odd Fluff</description>
	<lastBuildDate>Wed, 13 Jan 2010 01:51:11 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mark k</title>
		<link>http://www.fieldguidetoprogrammers.com/osx/create-zip-archives-on-a-mac-without-ds_store-or-svn/comment-page-1/#comment-709</link>
		<dc:creator>mark k</dc:creator>
		<pubDate>Fri, 28 Aug 2009 19:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/osx/create-zip-archives-on-a-mac-without-ds_store-or-svn/#comment-709</guid>
		<description>On linux, this is also a problem with vim backup files (*~), .git and .svn dirs.  You can also add extra -x flags to the end of the command, like:

zip -r foo.zip foo/bar/   -x &quot;*.git*&quot; -x &quot;*.svn*&quot; -x &quot;*~&quot;

You can add these commands to a .sh file and exclude that too

 -x &quot;foo/mkzip.sh&quot;</description>
		<content:encoded><![CDATA[<p>On linux, this is also a problem with vim backup files (*~), .git and .svn dirs.  You can also add extra -x flags to the end of the command, like:</p>
<p>zip -r foo.zip foo/bar/   -x &#8220;*.git*&#8221; -x &#8220;*.svn*&#8221; -x &#8220;*~&#8221;</p>
<p>You can add these commands to a .sh file and exclude that too</p>
<p> -x &#8220;foo/mkzip.sh&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Automatone</title>
		<link>http://www.fieldguidetoprogrammers.com/osx/create-zip-archives-on-a-mac-without-ds_store-or-svn/comment-page-1/#comment-66</link>
		<dc:creator>Automatone</dc:creator>
		<pubDate>Sat, 05 Jan 2008 20:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/osx/create-zip-archives-on-a-mac-without-ds_store-or-svn/#comment-66</guid>
		<description>YemuZip (from Yellow Mug) does it well for me.</description>
		<content:encoded><![CDATA[<p>YemuZip (from Yellow Mug) does it well for me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
