<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Find and Remove Hidden Folders .svn Ubuntu Linux Command Line</title>
	<atom:link href="http://bookmarks.honewatson.com/2008/06/06/find-and-remove-hidden-folders-svn-ubuntu-linux-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://bookmarks.honewatson.com/2008/06/06/find-and-remove-hidden-folders-svn-ubuntu-linux-command-line/</link>
	<description>I bring you the best from the web - random bookmarks.</description>
	<lastBuildDate>Fri, 14 Oct 2011 13:38:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: McFly</title>
		<link>http://bookmarks.honewatson.com/2008/06/06/find-and-remove-hidden-folders-svn-ubuntu-linux-command-line/#comment-1484</link>
		<dc:creator><![CDATA[McFly]]></dc:creator>
		<pubDate>Wed, 24 Aug 2011 08:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://honewatson.wordpress.com/?p=311#comment-1484</guid>
		<description><![CDATA[Thanks a bunch!]]></description>
		<content:encoded><![CDATA[<p>Thanks a bunch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nibhrit</title>
		<link>http://bookmarks.honewatson.com/2008/06/06/find-and-remove-hidden-folders-svn-ubuntu-linux-command-line/#comment-1477</link>
		<dc:creator><![CDATA[Nibhrit]]></dc:creator>
		<pubDate>Wed, 03 Aug 2011 11:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://honewatson.wordpress.com/?p=311#comment-1477</guid>
		<description><![CDATA[Thanks a ton. This thing was driving me crazy!!]]></description>
		<content:encoded><![CDATA[<p>Thanks a ton. This thing was driving me crazy!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: k</title>
		<link>http://bookmarks.honewatson.com/2008/06/06/find-and-remove-hidden-folders-svn-ubuntu-linux-command-line/#comment-1166</link>
		<dc:creator><![CDATA[k]]></dc:creator>
		<pubDate>Sat, 22 Aug 2009 17:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://honewatson.wordpress.com/?p=311#comment-1166</guid>
		<description><![CDATA[Depending your particular reason for doing this you may want to consider svn export...

cd /mysvn/path/iwant/to/delete/svn/folders
svn export ./ /path/for/clean/directory/structure

&quot;svn export&quot; exports a clean copy of your version-controlled directory to a target directory without messing with the original.]]></description>
		<content:encoded><![CDATA[<p>Depending your particular reason for doing this you may want to consider svn export&#8230;</p>
<p>cd /mysvn/path/iwant/to/delete/svn/folders<br />
svn export ./ /path/for/clean/directory/structure</p>
<p>&#8220;svn export&#8221; exports a clean copy of your version-controlled directory to a target directory without messing with the original.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric db</title>
		<link>http://bookmarks.honewatson.com/2008/06/06/find-and-remove-hidden-folders-svn-ubuntu-linux-command-line/#comment-1088</link>
		<dc:creator><![CDATA[eric db]]></dc:creator>
		<pubDate>Sat, 21 Feb 2009 17:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://honewatson.wordpress.com/?p=311#comment-1088</guid>
		<description><![CDATA[Exactly what I was looking for, thanks!]]></description>
		<content:encoded><![CDATA[<p>Exactly what I was looking for, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick humphrey</title>
		<link>http://bookmarks.honewatson.com/2008/06/06/find-and-remove-hidden-folders-svn-ubuntu-linux-command-line/#comment-1073</link>
		<dc:creator><![CDATA[nick humphrey]]></dc:creator>
		<pubDate>Wed, 21 Jan 2009 10:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://honewatson.wordpress.com/?p=311#comment-1073</guid>
		<description><![CDATA[probably good to mention that you should first cd (change directory) to the folder you want to recursively search in because find will start finding from your working directory.

also i tried this in ubuntu 8.10 intrepid and i didn&#039;t get any results until i rewrote it to this:
find -name .svn -exec rm -fdr {} \;

thanks for getting me on the right path at least. keep keeping it real bro =)

is that you paddling over that big wave? that guy has balls. &quot;i like balls.&quot; (team america, world police)]]></description>
		<content:encoded><![CDATA[<p>probably good to mention that you should first cd (change directory) to the folder you want to recursively search in because find will start finding from your working directory.</p>
<p>also i tried this in ubuntu 8.10 intrepid and i didn&#8217;t get any results until i rewrote it to this:<br />
find -name .svn -exec rm -fdr {} \;</p>
<p>thanks for getting me on the right path at least. keep keeping it real bro =)</p>
<p>is that you paddling over that big wave? that guy has balls. &#8220;i like balls.&#8221; (team america, world police)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://bookmarks.honewatson.com/2008/06/06/find-and-remove-hidden-folders-svn-ubuntu-linux-command-line/#comment-1044</link>
		<dc:creator><![CDATA[Joe]]></dc:creator>
		<pubDate>Thu, 06 Nov 2008 20:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://honewatson.wordpress.com/?p=311#comment-1044</guid>
		<description><![CDATA[Thanks a ton! After looking at plenty of inimitably fail forum threads this succinct post has solved my n00b problem :) Thanks again!]]></description>
		<content:encoded><![CDATA[<p>Thanks a ton! After looking at plenty of inimitably fail forum threads this succinct post has solved my n00b problem <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ML</title>
		<link>http://bookmarks.honewatson.com/2008/06/06/find-and-remove-hidden-folders-svn-ubuntu-linux-command-line/#comment-1030</link>
		<dc:creator><![CDATA[ML]]></dc:creator>
		<pubDate>Sun, 12 Oct 2008 13:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://honewatson.wordpress.com/?p=311#comment-1030</guid>
		<description><![CDATA[This is what I was looking for, great. Thanks!!!]]></description>
		<content:encoded><![CDATA[<p>This is what I was looking for, great. Thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clintonskakun</title>
		<link>http://bookmarks.honewatson.com/2008/06/06/find-and-remove-hidden-folders-svn-ubuntu-linux-command-line/#comment-972</link>
		<dc:creator><![CDATA[clintonskakun]]></dc:creator>
		<pubDate>Fri, 06 Jun 2008 19:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://honewatson.wordpress.com/?p=311#comment-972</guid>
		<description><![CDATA[LOL, this is the same thing I do. I also like removing the ~backup files eg index.php~]]></description>
		<content:encoded><![CDATA[<p>LOL, this is the same thing I do. I also like removing the ~backup files eg index.php~</p>
]]></content:encoded>
	</item>
</channel>
</rss>

