<?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 clean .svn folders from your project</title>
	<atom:link href="http://wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/feed/" rel="self" type="application/rss+xml" />
	<link>http://wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/</link>
	<description>Thoughts on building web apps, businesses, and virtual teams</description>
	<lastBuildDate>Tue, 24 Aug 2010 18:30:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James Tan</title>
		<link>http://wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/comment-page-1/#comment-4850</link>
		<dc:creator>James Tan</dc:creator>
		<pubDate>Sun, 18 Apr 2010 04:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/#comment-4850</guid>
		<description>Thanks for the find command.

I used &quot;find . -type d -name .svn &#124; xargs rm -Rf&quot; which worked fine.</description>
		<content:encoded><![CDATA[<p>Thanks for the find command.</p>
<p>I used &#8220;find . -type d -name .svn | xargs rm -Rf&#8221; which worked fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/comment-page-1/#comment-3149</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Sun, 22 Mar 2009 17:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/#comment-3149</guid>
		<description>Working link: &lt;a href=&quot;www.spacic.de/node/9&quot; rel=&quot;nofollow&quot;&gt;PurgeSVN&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Working link: <a href="www.spacic.de/node/9" rel="nofollow">PurgeSVN</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/comment-page-1/#comment-3148</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Sun, 22 Mar 2009 17:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/#comment-3148</guid>
		<description>You could also use my tiny tool &lt;a href=&quot;http://http://www.spacic.de/node/9&quot; rel=&quot;nofollow&quot;&gt;&quot;PurgeSVN&quot;&lt;/a&gt; to delete all those .svn folders.</description>
		<content:encoded><![CDATA[<p>You could also use my tiny tool <a href="http://http://www.spacic.de/node/9" rel="nofollow">&#8220;PurgeSVN&#8221;</a> to delete all those .svn folders.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Kleshchevnikov</title>
		<link>http://wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/comment-page-1/#comment-3048</link>
		<dc:creator>Alexander Kleshchevnikov</dc:creator>
		<pubDate>Mon, 02 Feb 2009 13:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/#comment-3048</guid>
		<description>What do you mean &quot;multiple folders&quot;? This approach deletes all .svn folders.</description>
		<content:encoded><![CDATA[<p>What do you mean &#8220;multiple folders&#8221;? This approach deletes all .svn folders.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shailender</title>
		<link>http://wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/comment-page-1/#comment-3046</link>
		<dc:creator>shailender</dc:creator>
		<pubDate>Mon, 02 Feb 2009 05:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/#comment-3046</guid>
		<description>How to remove multiple folders created in svn.</description>
		<content:encoded><![CDATA[<p>How to remove multiple folders created in svn.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samit katiyar</title>
		<link>http://wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/comment-page-1/#comment-1706</link>
		<dc:creator>Samit katiyar</dc:creator>
		<pubDate>Tue, 19 Aug 2008 11:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/#comment-1706</guid>
		<description>Simply Press F3 and search for .svn ......
Just take care of three things:

1. Tool--Folder Option--View.......Make sure that Show hidden files and folder is true (By selecting the radio button)

2. While searching, go to Advance Option, and check the first 3 check boxes (1. Search System Folder, 2. Search Hidden files and folder 3. Seacrh subfolder

3. Press Search and delete the required svn folder.</description>
		<content:encoded><![CDATA[<p>Simply Press F3 and search for .svn &#8230;&#8230;<br />
Just take care of three things:</p>
<p>1. Tool&#8211;Folder Option&#8211;View&#8230;&#8230;.Make sure that Show hidden files and folder is true (By selecting the radio button)</p>
<p>2. While searching, go to Advance Option, and check the first 3 check boxes (1. Search System Folder, 2. Search Hidden files and folder 3. Seacrh subfolder</p>
<p>3. Press Search and delete the required svn folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: j4s0n</title>
		<link>http://wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/comment-page-1/#comment-1403</link>
		<dc:creator>j4s0n</dc:creator>
		<pubDate>Sat, 15 Mar 2008 00:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/#comment-1403</guid>
		<description>Definitely useful, when some reason someone breaks his svn copy. Which I guess, almost everyone? lol. On rails, i do that everytime on vendor/plugins</description>
		<content:encoded><![CDATA[<p>Definitely useful, when some reason someone breaks his svn copy. Which I guess, almost everyone? lol. On rails, i do that everytime on vendor/plugins</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomasz BÃ„â€¦k</title>
		<link>http://wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/comment-page-1/#comment-1400</link>
		<dc:creator>Tomasz BÃ„â€¦k</dc:creator>
		<pubDate>Thu, 13 Mar 2008 21:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/#comment-1400</guid>
		<description>... with ruby script :)

&lt;code&gt;require &#039;find&#039;
require &#039;fileutils&#039;
Find.find(&#039;./&#039;) do &#124;path&#124;
  if File.basename(path) == &#039;.svn&#039;
    FileUtils.remove_dir(path, true)
    Find.prune
  end
end
&lt;/code&gt;

</description>
		<content:encoded><![CDATA[<p>&#8230; with ruby script :)</p>
<p><code>require 'find'<br />
require 'fileutils'<br />
Find.find('./') do |path|<br />
  if File.basename(path) == '.svn'<br />
    FileUtils.remove_dir(path, true)<br />
    Find.prune<br />
  end<br />
end<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Kleshchevnikov</title>
		<link>http://wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/comment-page-1/#comment-1399</link>
		<dc:creator>Alex Kleshchevnikov</dc:creator>
		<pubDate>Thu, 13 Mar 2008 20:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/#comment-1399</guid>
		<description>Thanks, Matt! Good point.</description>
		<content:encoded><![CDATA[<p>Thanks, Matt! Good point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Williams</title>
		<link>http://wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/comment-page-1/#comment-1397</link>
		<dc:creator>Matt Williams</dc:creator>
		<pubDate>Thu, 13 Mar 2008 13:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/#comment-1397</guid>
		<description>On unix-like systems (including Macs), it is possible to have too many arguments for a command line -- your 

rm -rf `find . -type d -name &#039;.svn&#039;` 

can fail as a result.  A better solution is to use xargs, which has the advantage that your solution has over 

find . -type d -name &#039;.svn&#039; -exec rm -rf {} \;

in that it doesn&#039;t spawn a rm for each directory, but also won&#039;t fail because the commandline is too large.  xargs handles splitting the arguments from stdin to run the command an optimized number of times.

So, with xargs it looks like:

find . -type d -name &#039;.svn&#039; &#124; xargs rm -rf</description>
		<content:encoded><![CDATA[<p>On unix-like systems (including Macs), it is possible to have too many arguments for a command line &#8212; your </p>
<p>rm -rf `find . -type d -name &#8216;.svn&#8217;` </p>
<p>can fail as a result.  A better solution is to use xargs, which has the advantage that your solution has over </p>
<p>find . -type d -name &#8216;.svn&#8217; -exec rm -rf {} \;</p>
<p>in that it doesn&#8217;t spawn a rm for each directory, but also won&#8217;t fail because the commandline is too large.  xargs handles splitting the arguments from stdin to run the command an optimized number of times.</p>
<p>So, with xargs it looks like:</p>
<p>find . -type d -name &#8216;.svn&#8217; | xargs rm -rf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Kleshchevnikov</title>
		<link>http://wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/comment-page-1/#comment-1396</link>
		<dc:creator>Alex Kleshchevnikov</dc:creator>
		<pubDate>Thu, 13 Mar 2008 11:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/#comment-1396</guid>
		<description>A project can be big and getting the files by svn export requires time. The described approach is fast and simple (in windows it&#039;s one click at all). Plus, sometimes you need a clean copy of your local version not that which is in the repository.</description>
		<content:encoded><![CDATA[<p>A project can be big and getting the files by svn export requires time. The described approach is fast and simple (in windows it&#8217;s one click at all). Plus, sometimes you need a clean copy of your local version not that which is in the repository.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregory</title>
		<link>http://wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/comment-page-1/#comment-1394</link>
		<dc:creator>Gregory</dc:creator>
		<pubDate>Thu, 13 Mar 2008 08:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/#comment-1394</guid>
		<description>@Alexey Kovyrin

Yeah it&#039;s &quot;svn&quot; not &quot;git&quot;. You have to be extremely careful when you commit your changes to the repository because it&#039;s almost a one-way ticket...</description>
		<content:encoded><![CDATA[<p>@Alexey Kovyrin</p>
<p>Yeah it&#8217;s &#8220;svn&#8221; not &#8220;git&#8221;. You have to be extremely careful when you commit your changes to the repository because it&#8217;s almost a one-way ticket&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: msznapka</title>
		<link>http://wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/comment-page-1/#comment-1393</link>
		<dc:creator>msznapka</dc:creator>
		<pubDate>Thu, 13 Mar 2008 07:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/#comment-1393</guid>
		<description>because svn export is different than this solution. svn export copy files according to repository, so all changes which are not commited are lost during svn export.</description>
		<content:encoded><![CDATA[<p>because svn export is different than this solution. svn export copy files according to repository, so all changes which are not commited are lost during svn export.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexey Kovyrin</title>
		<link>http://wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/comment-page-1/#comment-1392</link>
		<dc:creator>Alexey Kovyrin</dc:creator>
		<pubDate>Thu, 13 Mar 2008 02:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/blog/2008/03/12/how-to-clean-svn-folders-from-your-project/#comment-1392</guid>
		<description>Guys, there is &quot;svn export&quot;! Why would you do &quot;svn co&quot; and then remove .svn directories?</description>
		<content:encoded><![CDATA[<p>Guys, there is &#8220;svn export&#8221;! Why would you do &#8220;svn co&#8221; and then remove .svn directories?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
