<?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: [SVN] Recursively delete .svn folders</title>
	<atom:link href="http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/</link>
	<description>Soms een lach, soms een traan maar zal dit voor altijd bestaan...</description>
	<lastBuildDate>Wed, 28 Dec 2011 14:14:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: nilesh</title>
		<link>http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/comment-page-1/#comment-37933</link>
		<dc:creator>nilesh</dc:creator>
		<pubDate>Thu, 01 Dec 2011 15:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/#comment-37933</guid>
		<description>thanks!!!!!!!!

it helped a lot</description>
		<content:encoded><![CDATA[<p>thanks!!!!!!!!</p>
<p>it helped a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RK</title>
		<link>http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/comment-page-1/#comment-36992</link>
		<dc:creator>RK</dc:creator>
		<pubDate>Fri, 21 Oct 2011 11:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/#comment-36992</guid>
		<description>Excellent piece of work. this helped me a lotttttttttt.. thank you..</description>
		<content:encoded><![CDATA[<p>Excellent piece of work. this helped me a lotttttttttt.. thank you..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal</title>
		<link>http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/comment-page-1/#comment-36001</link>
		<dc:creator>Michal</dc:creator>
		<pubDate>Thu, 08 Sep 2011 07:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/#comment-36001</guid>
		<description>On Windows 2008 This worked for me =:
FOR /F &quot;tokens=*&quot; %G IN (&#039;DIR /B /AD /S *.svn*&#039;) DO RMDIR /S /Q &quot;%G&quot;</description>
		<content:encoded><![CDATA[<p>On Windows 2008 This worked for me =:<br />
FOR /F &#8220;tokens=*&#8221; %G IN (&#8216;DIR /B /AD /S *.svn*&#8217;) DO RMDIR /S /Q &#8220;%G&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John K</title>
		<link>http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/comment-page-1/#comment-35986</link>
		<dc:creator>John K</dc:creator>
		<pubDate>Wed, 07 Sep 2011 12:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/#comment-35986</guid>
		<description>Great! Worked like a charm.</description>
		<content:encoded><![CDATA[<p>Great! Worked like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fat burn</title>
		<link>http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/comment-page-1/#comment-35317</link>
		<dc:creator>fat burn</dc:creator>
		<pubDate>Fri, 12 Aug 2011 02:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/#comment-35317</guid>
		<description>It’s really a nice and useful piece of info. I am happy that you just shared this useful info with us. Please stay us informed like this. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>It’s really a nice and useful piece of info. I am happy that you just shared this useful info with us. Please stay us informed like this. Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/comment-page-1/#comment-32954</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 18 May 2011 12:45:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/#comment-32954</guid>
		<description>Just copy / paste and worked in 2 seconds on windows 7. Really useful.....</description>
		<content:encoded><![CDATA[<p>Just copy / paste and worked in 2 seconds on windows 7. Really useful&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nagesh</title>
		<link>http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/comment-page-1/#comment-32632</link>
		<dc:creator>nagesh</dc:creator>
		<pubDate>Wed, 04 May 2011 04:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/#comment-32632</guid>
		<description>This is great,
can you please explain the command that u have written, so that it will be a more helpful.</description>
		<content:encoded><![CDATA[<p>This is great,<br />
can you please explain the command that u have written, so that it will be a more helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Snakehit</title>
		<link>http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/comment-page-1/#comment-30790</link>
		<dc:creator>Snakehit</dc:creator>
		<pubDate>Sun, 06 Mar 2011 13:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/#comment-30790</guid>
		<description>I&#039;ve been trying this on Windows 7 and this works correct. Do you get some errors?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been trying this on Windows 7 and this works correct. Do you get some errors?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sumit</title>
		<link>http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/comment-page-1/#comment-30287</link>
		<dc:creator>sumit</dc:creator>
		<pubDate>Fri, 18 Feb 2011 01:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/#comment-30287</guid>
		<description>This does not seem to work for me on Windows 7 machine. Has anyone tried this on Windows 7.</description>
		<content:encoded><![CDATA[<p>This does not seem to work for me on Windows 7 machine. Has anyone tried this on Windows 7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ds</title>
		<link>http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/comment-page-1/#comment-26493</link>
		<dc:creator>ds</dc:creator>
		<pubDate>Tue, 19 Oct 2010 20:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/#comment-26493</guid>
		<description>It&#039;s easier and more intuitive to so do a windows search for &quot;.svn&quot; and delete the result. Just make sure to go into &quot;More Advanced Options&quot; to include hidden files/folders in the result.</description>
		<content:encoded><![CDATA[<p>It&#8217;s easier and more intuitive to so do a windows search for &#8220;.svn&#8221; and delete the result. Just make sure to go into &#8220;More Advanced Options&#8221; to include hidden files/folders in the result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nagarajulu</title>
		<link>http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/comment-page-1/#comment-25237</link>
		<dc:creator>Nagarajulu</dc:creator>
		<pubDate>Thu, 02 Sep 2010 11:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/#comment-25237</guid>
		<description>Thank you very much. this works good.</description>
		<content:encoded><![CDATA[<p>Thank you very much. this works good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ds</title>
		<link>http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/comment-page-1/#comment-24317</link>
		<dc:creator>ds</dc:creator>
		<pubDate>Fri, 13 Aug 2010 10:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/#comment-24317</guid>
		<description>thanks!</description>
		<content:encoded><![CDATA[<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajeesh</title>
		<link>http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/comment-page-1/#comment-23501</link>
		<dc:creator>Ajeesh</dc:creator>
		<pubDate>Wed, 04 Aug 2010 06:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/#comment-23501</guid>
		<description>Peter, thanks a lot !!!! I did the same that you mentioned in here, This is superb! Thanks a lot again</description>
		<content:encoded><![CDATA[<p>Peter, thanks a lot !!!! I did the same that you mentioned in here, This is superb! Thanks a lot again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recursive delete - gregs</title>
		<link>http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/comment-page-1/#comment-18534</link>
		<dc:creator>Recursive delete - gregs</dc:creator>
		<pubDate>Mon, 22 Mar 2010 05:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/#comment-18534</guid>
		<description>[...] gregs on Mar.22, 2010, under *nix, debian, os x I new it was possible, just never took the time to look it up. PLAIN TEXT [...]</description>
		<content:encoded><![CDATA[<p>[...] gregs on Mar.22, 2010, under *nix, debian, os x I new it was possible, just never took the time to look it up. PLAIN TEXT [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SantaBlue</title>
		<link>http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/comment-page-1/#comment-15505</link>
		<dc:creator>SantaBlue</dc:creator>
		<pubDate>Tue, 29 Dec 2009 18:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/#comment-15505</guid>
		<description>amazing stuff thanx :)	

rH3uYcBX</description>
		<content:encoded><![CDATA[<p>amazing stuff thanx <img src='http://blog.snakehit.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> 	</p>
<p>rH3uYcBX</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: urkurk</title>
		<link>http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/comment-page-1/#comment-15430</link>
		<dc:creator>urkurk</dc:creator>
		<pubDate>Wed, 23 Dec 2009 05:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/#comment-15430</guid>
		<description>thanks for this tip

mine uses a directory name with spaces see below 

FOR /F &quot;tokens=*&quot; %G IN (&#039;DIR /B /AD /S &quot;D:\My Documens\urkurk 1\*.svn*&quot;&#039;) DO RMDIR /S /Q &quot;%G&quot;</description>
		<content:encoded><![CDATA[<p>thanks for this tip</p>
<p>mine uses a directory name with spaces see below </p>
<p>FOR /F &#8220;tokens=*&#8221; %G IN (&#8216;DIR /B /AD /S &#8220;D:\My Documens\urkurk 1\*.svn*&#8221;&#8216;) DO RMDIR /S /Q &#8220;%G&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timi</title>
		<link>http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/comment-page-1/#comment-15389</link>
		<dc:creator>Timi</dc:creator>
		<pubDate>Fri, 18 Dec 2009 18:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/#comment-15389</guid>
		<description>Thanks, worked for me!!!</description>
		<content:encoded><![CDATA[<p>Thanks, worked for me!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cimi</title>
		<link>http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/comment-page-1/#comment-14692</link>
		<dc:creator>Cimi</dc:creator>
		<pubDate>Tue, 10 Nov 2009 22:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/#comment-14692</guid>
		<description>Thank you! Works great.</description>
		<content:encoded><![CDATA[<p>Thank you! Works great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cleanup/delete all .svn folders &#171; ben tsai</title>
		<link>http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/comment-page-1/#comment-11087</link>
		<dc:creator>Cleanup/delete all .svn folders &#171; ben tsai</dc:creator>
		<pubDate>Thu, 25 Jun 2009 13:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/#comment-11087</guid>
		<description>[...] what would happen if you mixed in .svn folders from a different branch?). The google helped me find this cmd.exe one-liner, and I&#8217;m simply reposting it here for [...]</description>
		<content:encoded><![CDATA[<p>[...] what would happen if you mixed in .svn folders from a different branch?). The google helped me find this cmd.exe one-liner, and I&#8217;m simply reposting it here for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajai</title>
		<link>http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/comment-page-1/#comment-7918</link>
		<dc:creator>Ajai</dc:creator>
		<pubDate>Thu, 26 Mar 2009 00:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/#comment-7918</guid>
		<description>sorry guys... i have to repost my comment bcz of the stupid formatting :(

for those who want to run it from Command line directly… use

FOR /F “tokens=*” %G IN (’DIR /B /AD /S [YOURWOKRINGDIR]*.svn*’) DO RMDIR /S /Q “%G”

replace [YOURWOKRINGDIR] with your SVN working dir ;)

like mine…

FOR /F “tokens=*” %G IN (’DIR /B /AD /S c:\svn_repository\*.svn*’) DO RMDIR /S /Q “%G”</description>
		<content:encoded><![CDATA[<p>sorry guys&#8230; i have to repost my comment bcz of the stupid formatting <img src='http://blog.snakehit.be/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>for those who want to run it from Command line directly… use</p>
<p>FOR /F “tokens=*” %G IN (’DIR /B /AD /S [YOURWOKRINGDIR]*.svn*’) DO RMDIR /S /Q “%G”</p>
<p>replace [YOURWOKRINGDIR] with your SVN working dir <img src='http://blog.snakehit.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>like mine…</p>
<p>FOR /F “tokens=*” %G IN (’DIR /B /AD /S c:\svn_repository\*.svn*’) DO RMDIR /S /Q “%G”</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajai</title>
		<link>http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/comment-page-1/#comment-7917</link>
		<dc:creator>Ajai</dc:creator>
		<pubDate>Thu, 26 Mar 2009 00:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/#comment-7917</guid>
		<description>thanks

for those who want to run it from Command line directly...  use

FOR /F &quot;tokens=*&quot; %G IN (&#039;DIR /B /AD /S *.svn*&#039;) DO RMDIR /S /Q &quot;%G&quot;


replace  with your SVN working dir ;)

like mine...

FOR /F &quot;tokens=*&quot; %G IN (&#039;DIR /B /AD /S c:\svn_repository\*.svn*&#039;) DO RMDIR /S /Q &quot;%G&quot;</description>
		<content:encoded><![CDATA[<p>thanks</p>
<p>for those who want to run it from Command line directly&#8230;  use</p>
<p>FOR /F &#8220;tokens=*&#8221; %G IN (&#8216;DIR /B /AD /S *.svn*&#8217;) DO RMDIR /S /Q &#8220;%G&#8221;</p>
<p>replace  with your SVN working dir <img src='http://blog.snakehit.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>like mine&#8230;</p>
<p>FOR /F &#8220;tokens=*&#8221; %G IN (&#8216;DIR /B /AD /S c:\svn_repository\*.svn*&#8217;) DO RMDIR /S /Q &#8220;%G&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chad caldwell</title>
		<link>http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/comment-page-1/#comment-7325</link>
		<dc:creator>chad caldwell</dc:creator>
		<pubDate>Fri, 13 Feb 2009 19:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/#comment-7325</guid>
		<description>worked great. Thanks.</description>
		<content:encoded><![CDATA[<p>worked great. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DHIRAJ</title>
		<link>http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/comment-page-1/#comment-6800</link>
		<dc:creator>DHIRAJ</dc:creator>
		<pubDate>Mon, 05 Jan 2009 08:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/#comment-6800</guid>
		<description>TERRIFIC!!!! THANKS</description>
		<content:encoded><![CDATA[<p>TERRIFIC!!!! THANKS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASpeak &#187; Delete .svn folders recursively</title>
		<link>http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/comment-page-1/#comment-6507</link>
		<dc:creator>ASpeak &#187; Delete .svn folders recursively</dc:creator>
		<pubDate>Wed, 03 Dec 2008 09:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/#comment-6507</guid>
		<description>[...] which are created by tortoise svn to keep track of the repository state on the client. I found this site which provided an elegant way which precisely meets my [...]</description>
		<content:encoded><![CDATA[<p>[...] which are created by tortoise svn to keep track of the repository state on the client. I found this site which provided an elegant way which precisely meets my [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameer</title>
		<link>http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/comment-page-1/#comment-4676</link>
		<dc:creator>Sameer</dc:creator>
		<pubDate>Fri, 12 Sep 2008 19:46:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/#comment-4676</guid>
		<description>very nice tip to DELETE .SVN FOLDERS in WINDOWS</description>
		<content:encoded><![CDATA[<p>very nice tip to DELETE .SVN FOLDERS in WINDOWS</p>
]]></content:encoded>
	</item>
</channel>
</rss>

