<?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: Shell Script to Delete .svn Folders</title>
	<atom:link href="http://www.forgeniuses.com/2007/09/23/shell-script-to-delete-svn-folders/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.forgeniuses.com/2007/09/23/shell-script-to-delete-svn-folders/</link>
	<description>Tired of being called a dummy?</description>
	<lastBuildDate>Fri, 03 Sep 2010 18:14:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: 2Ch</title>
		<link>http://www.forgeniuses.com/2007/09/23/shell-script-to-delete-svn-folders/comment-page-1/#comment-337</link>
		<dc:creator>2Ch</dc:creator>
		<pubDate>Mon, 23 Aug 2010 21:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.forgeniuses.com/?p=8#comment-337</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-08-25 &#124; Nathan and his Open Ideals</title>
		<link>http://www.forgeniuses.com/2007/09/23/shell-script-to-delete-svn-folders/comment-page-1/#comment-290</link>
		<dc:creator>links for 2009-08-25 &#124; Nathan and his Open Ideals</dc:creator>
		<pubDate>Tue, 25 Aug 2009 16:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.forgeniuses.com/?p=8#comment-290</guid>
		<description>[...] For Geniuses » Shell Script to Delete .svn Folders Shell Script to Delete .svn Folders rm -rf `find . -type d -name .svn` [...]</description>
		<content:encoded><![CDATA[<p>[...] For Geniuses » Shell Script to Delete .svn Folders Shell Script to Delete .svn Folders rm -rf `find . -type d -name .svn` [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Click here</title>
		<link>http://www.forgeniuses.com/2007/09/23/shell-script-to-delete-svn-folders/comment-page-1/#comment-282</link>
		<dc:creator>Click here</dc:creator>
		<pubDate>Sun, 03 May 2009 19:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.forgeniuses.com/?p=8#comment-282</guid>
		<description>:) Thanks great post</description>
		<content:encoded><![CDATA[<p> <img src='http://www.forgeniuses.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks great post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: w.pasman</title>
		<link>http://www.forgeniuses.com/2007/09/23/shell-script-to-delete-svn-folders/comment-page-1/#comment-278</link>
		<dc:creator>w.pasman</dc:creator>
		<pubDate>Thu, 09 Apr 2009 11:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.forgeniuses.com/?p=8#comment-278</guid>
		<description>That does not work on OSX: you get &quot;Operation not permitted&quot;. I don&#039;t know but there is something very nasty about these .svn files, something keeps them locked down..</description>
		<content:encoded><![CDATA[<p>That does not work on OSX: you get &#8220;Operation not permitted&#8221;. I don&#8217;t know but there is something very nasty about these .svn files, something keeps them locked down..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: c</title>
		<link>http://www.forgeniuses.com/2007/09/23/shell-script-to-delete-svn-folders/comment-page-1/#comment-36</link>
		<dc:creator>c</dc:creator>
		<pubDate>Thu, 03 Apr 2008 03:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.forgeniuses.com/?p=8#comment-36</guid>
		<description>or, to avoid the use of a subshell:
find . -type d -name .svn -exec rm {} \;</description>
		<content:encoded><![CDATA[<p>or, to avoid the use of a subshell:<br />
find . -type d -name .svn -exec rm {} \;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vic</title>
		<link>http://www.forgeniuses.com/2007/09/23/shell-script-to-delete-svn-folders/comment-page-1/#comment-18</link>
		<dc:creator>vic</dc:creator>
		<pubDate>Tue, 08 Jan 2008 22:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.forgeniuses.com/?p=8#comment-18</guid>
		<description>works great! thanks!!</description>
		<content:encoded><![CDATA[<p>works great! thanks!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
