<?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: Recursively Delete .svn Folders</title>
	<atom:link href="http://xentek.net/xentek/315/recursively-delete-svn-folders/feed/" rel="self" type="application/rss+xml" />
	<link>http://xentek.net/xentek/315/recursively-delete-svn-folders/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=recursively-delete-svn-folders</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 14:02:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19827</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Michael Owen</title>
		<link>http://xentek.net/xentek/315/recursively-delete-svn-folders/#comment-894</link>
		<dc:creator>Michael Owen</dc:creator>
		<pubDate>Fri, 10 Jun 2011 11:07:09 +0000</pubDate>
		<guid isPermaLink="false">http:/xentek.net/?p=315#comment-894</guid>
		<description>[...] from: www.xentek.net  Share this on: Mixx Delicious Digg Facebook [...] </description>
		<content:encoded><![CDATA[<p>[...] from: <a href="http://www.xentek.net" rel="nofollow">http://www.xentek.net</a>  Share this on: Mixx Delicious Digg Facebook [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Marden</title>
		<link>http://xentek.net/xentek/315/recursively-delete-svn-folders/#comment-893</link>
		<dc:creator>Eric Marden</dc:creator>
		<pubDate>Mon, 28 Sep 2009 14:29:41 +0000</pubDate>
		<guid isPermaLink="false">http:/xentek.net/?p=315#comment-893</guid>
		<description>I never use names with spaces in them inside of projects, so I never tested it with them. Thanks for posting what worked for your situation.</description>
		<content:encoded><![CDATA[<p>I never use names with spaces in them inside of projects, so I never tested it with them. Thanks for posting what worked for your situation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artur Hejnowski</title>
		<link>http://xentek.net/xentek/315/recursively-delete-svn-folders/#comment-892</link>
		<dc:creator>Artur Hejnowski</dc:creator>
		<pubDate>Fri, 18 Sep 2009 21:32:37 +0000</pubDate>
		<guid isPermaLink="false">http:/xentek.net/?p=315#comment-892</guid>
		<description>find . -type d -name .svn -print0 &#124; xargs -0 rm -rf</description>
		<content:encoded><![CDATA[<p>find . -type d -name .svn -print0 | xargs -0 rm -rf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artur Hejnowski</title>
		<link>http://xentek.net/xentek/315/recursively-delete-svn-folders/#comment-891</link>
		<dc:creator>Artur Hejnowski</dc:creator>
		<pubDate>Fri, 18 Sep 2009 21:28:48 +0000</pubDate>
		<guid isPermaLink="false">http:/xentek.net/?p=315#comment-891</guid>
		<description>Your script did not work on folder names with spaces.</description>
		<content:encoded><![CDATA[<p>Your script did not work on folder names with spaces.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Marden</title>
		<link>http://xentek.net/xentek/315/recursively-delete-svn-folders/#comment-890</link>
		<dc:creator>Eric Marden</dc:creator>
		<pubDate>Fri, 14 Nov 2008 18:55:48 +0000</pubDate>
		<guid isPermaLink="false">http:/xentek.net/?p=315#comment-890</guid>
		<description>Yeah, but that way is very ineffecient. It runs the rm command once for each result of find. If you had 1000 matches, it would take a very long time for it to finish. With xargs the whole list is passed in, and rm is run once with multiple options. Both work, and have their place, but for removing .svn folders, blowing through them all quickly is better for me.

More info, if you&#039;re interested: http://www.sunmanagers.org/pipermail/summaries/2005-March/006255.html</description>
		<content:encoded><![CDATA[<p>Yeah, but that way is very ineffecient. It runs the rm command once for each result of find. If you had 1000 matches, it would take a very long time for it to finish. With xargs the whole list is passed in, and rm is run once with multiple options. Both work, and have their place, but for removing .svn folders, blowing through them all quickly is better for me.</p>
<p>More info, if you&#8217;re interested: <a href="http://www.sunmanagers.org/pipermail/summaries/2005-March/006255.html" rel="nofollow">http://www.sunmanagers.org/pipermail/summaries/2005-March/006255.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno Friedmann</title>
		<link>http://xentek.net/xentek/315/recursively-delete-svn-folders/#comment-889</link>
		<dc:creator>Bruno Friedmann</dc:creator>
		<pubDate>Mon, 10 Nov 2008 06:21:52 +0000</pubDate>
		<guid isPermaLink="false">http:/xentek.net/?p=315#comment-889</guid>
		<description>Also what I use is a 
find . -name &quot;.svn&quot; -type d -exec rm -fr {} ;
which is the same without the need of xargs :-)</description>
		<content:encoded><![CDATA[<p>Also what I use is a<br />
find . -name &#8220;.svn&#8221; -type d -exec rm -fr {} ;<br />
which is the same without the need of xargs <img src='http://xentek.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

