<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Andrew Beaton :: FAQ &#187; recursively remove</title>
	<atom:link href="http://andrewbeaton.net/faq/tag/recursively-remove/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewbeaton.net/faq</link>
	<description>Tips from the world of a software developer</description>
	<lastBuildDate>Wed, 13 Jul 2011 17:03:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Recursively remove all .svn directories</title>
		<link>http://andrewbeaton.net/faq/2009/11/27/recursively-remove-all-svn-directories/</link>
		<comments>http://andrewbeaton.net/faq/2009/11/27/recursively-remove-all-svn-directories/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 20:13:42 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[.svn]]></category>
		<category><![CDATA[recursively delete]]></category>
		<category><![CDATA[recursively remove]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://andrewbeaton.net/faq/?p=69</guid>
		<description><![CDATA[Sometimes you need to clear out all of the .svn files and directories. The following command will recursively remove each one of them for you: rm -rf `find . -name .svn`]]></description>
			<content:encoded><![CDATA[<p>Sometimes you need to clear out all of the .svn files and directories. </p>
<p>The following command will recursively remove each one of them for you:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">rm</span> <span style="color: #660033;">-rf</span> <span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">find</span> . <span style="color: #660033;">-name</span> .svn<span style="color: #000000; font-weight: bold;">`</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://andrewbeaton.net/faq/2009/11/27/recursively-remove-all-svn-directories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

