<?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: A Unix Command to Recursively Delete all .svn Folders</title>
	<atom:link href="http://blog.smartkey.co.uk/2009/11/recursively-delete-svn-folders/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.smartkey.co.uk/2009/11/recursively-delete-svn-folders/</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 10:28:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Devang</title>
		<link>http://blog.smartkey.co.uk/2009/11/recursively-delete-svn-folders/comment-page-1/#comment-46</link>
		<dc:creator>Devang</dc:creator>
		<pubDate>Fri, 26 Feb 2010 10:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartkey.co.uk/?p=554#comment-46</guid>
		<description>Nice post !! really helpful.</description>
		<content:encoded><![CDATA[<p>Nice post !! really helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Neal</title>
		<link>http://blog.smartkey.co.uk/2009/11/recursively-delete-svn-folders/comment-page-1/#comment-44</link>
		<dc:creator>Steve Neal</dc:creator>
		<pubDate>Thu, 18 Feb 2010 18:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartkey.co.uk/?p=554#comment-44</guid>
		<description>Nice one! Thanks for that Mark I&#039;ll try it out next time I&#039;m zipping a project for someone.</description>
		<content:encoded><![CDATA[<p>Nice one! Thanks for that Mark I&#8217;ll try it out next time I&#8217;m zipping a project for someone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Java Guy</title>
		<link>http://blog.smartkey.co.uk/2009/11/recursively-delete-svn-folders/comment-page-1/#comment-43</link>
		<dc:creator>Java Guy</dc:creator>
		<pubDate>Thu, 18 Feb 2010 16:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartkey.co.uk/?p=554#comment-43</guid>
		<description>I&#039;ve never really figured out xargs, so the version of the find command i use is this:  find . -name .svn -exec rm -f {} \;

The braces cause the file name and path to be inserted, then you need to semicolon (escaped) to end the command.  Another good variation on this is using grep.  &quot;grep -H&quot; will put out the file name.

HTH, Mark</description>
		<content:encoded><![CDATA[<p>I&#8217;ve never really figured out xargs, so the version of the find command i use is this:  find . -name .svn -exec rm -f {} \;</p>
<p>The braces cause the file name and path to be inserted, then you need to semicolon (escaped) to end the command.  Another good variation on this is using grep.  &#8220;grep -H&#8221; will put out the file name.</p>
<p>HTH, Mark</p>
]]></content:encoded>
	</item>
</channel>
</rss>

