<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Text* Snippets: Recursively remove all .svn directories [shell] [svn] [bash]</title>
	<link>http://benwann.com/2007/10/18/text-snippets-recursively-remove-all-svn-directories-shell-svn-bash/</link>
	<description>More than a feeling</description>
	<pubDate>Sat, 11 Oct 2008 18:09:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: Gabriel</title>
		<link>http://benwann.com/2007/10/18/text-snippets-recursively-remove-all-svn-directories-shell-svn-bash/#comment-1450</link>
		<pubDate>Mon, 17 Dec 2007 04:04:39 +0000</pubDate>
		<guid>http://benwann.com/2007/10/18/text-snippets-recursively-remove-all-svn-directories-shell-svn-bash/#comment-1450</guid>
					<description>You should also be able to use this variation:

&lt;code&gt;find . -name .svn  -exec rm {} /;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>You should also be able to use this variation:</p>
<p><code>find . -name .svn  -exec rm {} /;</code>
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
