<?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>Sat, 10 Jul 2010 00:12:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<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>
	<item>
		<title>By: Dennis Decoene</title>
		<link>http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/comment-page-1/#comment-4349</link>
		<dc:creator>Dennis Decoene</dc:creator>
		<pubDate>Tue, 05 Aug 2008 11:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/#comment-4349</guid>
		<description>Thanks a lot. I screwed up and had to reimport my project in a new repository. This helped terrifically!</description>
		<content:encoded><![CDATA[<p>Thanks a lot. I screwed up and had to reimport my project in a new repository. This helped terrifically!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Cruise</title>
		<link>http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/comment-page-1/#comment-4131</link>
		<dc:creator>Simon Cruise</dc:creator>
		<pubDate>Sat, 28 Jun 2008 10:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/#comment-4131</guid>
		<description>Thank you! Saved me alot of effort</description>
		<content:encoded><![CDATA[<p>Thank you! Saved me alot of effort</p>
]]></content:encoded>
	</item>
</channel>
</rss>
