<?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: How to delete .SVN files/directories</title>
	<atom:link href="http://slavi.biz/blog/how-to-delete-svn-filesdirectories-2009-08-13.html/feed" rel="self" type="application/rss+xml" />
	<link>http://slavi.biz/blog/how-to-delete-svn-filesdirectories-2009-08-13.html</link>
	<description>A Blog about Web Programming, Books, Business, Marketing, and Life</description>
	<pubDate>Thu, 29 Jul 2010 19:03:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Christian Schenk</title>
		<link>http://slavi.biz/blog/how-to-delete-svn-filesdirectories-2009-08-13.html/comment-page-1#comment-897</link>
		<dc:creator>Christian Schenk</dc:creator>
		<pubDate>Mon, 14 Dec 2009 06:17:16 +0000</pubDate>
		<guid isPermaLink="false">http://slavi.biz/blog/?p=406#comment-897</guid>
		<description>Normally I use &lt;code&gt;find . -type d -name \*.svn &#124; xargs rm -fr&lt;/code&gt; to do this; it's sufficient 99% of the time. Sometimes I'm using the approach you described above too because it's so much better if one really wants to know what's happening ;)</description>
		<content:encoded><![CDATA[<p>Normally I use <code>find . -type d -name \*.svn | xargs rm -fr</code> to do this; it's sufficient 99% of the time. Sometimes I'm using the approach you described above too because it's so much better if one really wants to know what's happening <img src='http://slavi.biz/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
