<?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>Misterdom's World &#187; shell</title>
	<atom:link href="http://www.guinard.org/~misterdom/tag/shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guinard.org/~misterdom</link>
	<description>My Computing Logbook</description>
	<lastBuildDate>Sat, 24 Dec 2011 09:31:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Howto SVN Clean your Folders</title>
		<link>http://www.guinard.org/~misterdom/2009/08/12/howto-svn-clean-your-folders/</link>
		<comments>http://www.guinard.org/~misterdom/2009/08/12/howto-svn-clean-your-folders/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 09:32:27 +0000</pubDate>
		<dc:creator>misterdom</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.guinard.org/~misterdom/2009/08/12/howto-svn-clean-your-folders/</guid>
		<description><![CDATA[This command is useful when you want to clean a directory tree from all the .svn folders it might contain:
find . -name ".svn" -exec rm -rf {} \;
Basically it &#8220;finds&#8221; all the .svn folders and excutes rm -rf on each of these.
]]></description>
			<content:encoded><![CDATA[<p>This command is useful when you want to clean a directory tree from all the .svn folders it might contain:</p>
<blockquote><p><code>find . -name ".svn" -exec rm -rf {} \;</code></p></blockquote>
<p>Basically it &#8220;finds&#8221; all the .svn folders and excutes rm -rf on each of these.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guinard.org/~misterdom/2009/08/12/howto-svn-clean-your-folders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

