<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Recursively delete .svn folders on Windows</title>
	<link>http://www.broobles.com/blog/posts/36</link>
	<description></description>
	<pubDate>Thu, 11 Mar 2010 11:21:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1.3</generator>

	<item>
		<title>by: fred</title>
		<link>http://www.broobles.com/blog/posts/36#comment-120444</link>
		<pubDate>Thu, 26 Feb 2009 16:31:31 +0000</pubDate>
		<guid>http://www.broobles.com/blog/posts/36#comment-120444</guid>
					<description>beautifullll</description>
		<content:encoded><![CDATA[	<p>beautifullll
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: jack</title>
		<link>http://www.broobles.com/blog/posts/36#comment-117381</link>
		<pubDate>Mon, 12 Jan 2009 09:50:10 +0000</pubDate>
		<guid>http://www.broobles.com/blog/posts/36#comment-117381</guid>
					<description>@Wow - Yes of course you can do a search like that ... there's nothing wrong with it at all, but going through the GUI for every task you need to do is awkward and you'd have manually do it every time. 

You might save only a few seconds, but professional developers need to get into the habit of automating tasks as much as possible to save as much time as possible (just think when you need to accomplish hundreds of tasks a day)</description>
		<content:encoded><![CDATA[	<p>@Wow - Yes of course you can do a search like that &#8230; there&#8217;s nothing wrong with it at all, but going through the GUI for every task you need to do is awkward and you&#8217;d have manually do it every time. </p>
	<p>You might save only a few seconds, but professional developers need to get into the habit of automating tasks as much as possible to save as much time as possible (just think when you need to accomplish hundreds of tasks a day)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: jack</title>
		<link>http://www.broobles.com/blog/posts/36#comment-117380</link>
		<pubDate>Mon, 12 Jan 2009 09:46:00 +0000</pubDate>
		<guid>http://www.broobles.com/blog/posts/36#comment-117380</guid>
					<description>With TortoiseSVN you can export a locally versioned folder into itself, and the .svn files will be removed like that. 

However, not everybody on Windows uses TortoiseSVN as the SVN client (there are lots of SVN clients for Windows), and it appears that the export function of TortoiseSVN will only work if your locally versioned folder has been managed by TortoiseSVN from the start.</description>
		<content:encoded><![CDATA[	<p>With TortoiseSVN you can export a locally versioned folder into itself, and the .svn files will be removed like that. </p>
	<p>However, not everybody on Windows uses TortoiseSVN as the SVN client (there are lots of SVN clients for Windows), and it appears that the export function of TortoiseSVN will only work if your locally versioned folder has been managed by TortoiseSVN from the start.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Delete All .svn Files in windows &#166; Axelology</title>
		<link>http://www.broobles.com/blog/posts/36#comment-68809</link>
		<pubDate>Tue, 11 Mar 2008 18:45:52 +0000</pubDate>
		<guid>http://www.broobles.com/blog/posts/36#comment-68809</guid>
					<description>[...] http://www.broobles.com/blog/posts/36 [...]</description>
		<content:encoded><![CDATA[	<p>[&#8230;] <a href='http://www.broobles.com/blog/posts/36' rel='nofollow'>http://www.broobles.com/blog/posts/36</a> [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: kane</title>
		<link>http://www.broobles.com/blog/posts/36#comment-32100</link>
		<pubDate>Thu, 20 Sep 2007 20:20:01 +0000</pubDate>
		<guid>http://www.broobles.com/blog/posts/36#comment-32100</guid>
					<description>damn msdos really does suck</description>
		<content:encoded><![CDATA[	<p>damn msdos really does suck
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: azizasm</title>
		<link>http://www.broobles.com/blog/posts/36#comment-26246</link>
		<pubDate>Thu, 16 Aug 2007 16:15:14 +0000</pubDate>
		<guid>http://www.broobles.com/blog/posts/36#comment-26246</guid>
					<description>The easiest way is by creating a .cmd script file at the root directory and execute it. Here is the code for cleanSVN.cmd :


for /f &quot;tokens=* delims=&quot; %%i in ('dir /s /b /a:d *svn') do (
rd /s /q &quot;%%i&quot;
)


regards,
azizasm (Malaysia)</description>
		<content:encoded><![CDATA[	<p>The easiest way is by creating a .cmd script file at the root directory and execute it. Here is the code for cleanSVN.cmd :</p>
	<p>for /f &#8220;tokens=* delims=&#8221; %%i in (&#8217;dir /s /b /a:d *svn&#8217;) do (<br />
rd /s /q &#8220;%%i&#8221;<br />
)</p>
	<p>regards,<br />
azizasm (Malaysia)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Wow</title>
		<link>http://www.broobles.com/blog/posts/36#comment-4367</link>
		<pubDate>Mon, 25 Sep 2006 21:57:04 +0000</pubDate>
		<guid>http://www.broobles.com/blog/posts/36#comment-4367</guid>
					<description>Guys, you have got to be kidding. Just perform a standard windows search using windoze explorer for .svn (be sure to include hidden stuff in the search). Then select them all and delete them...</description>
		<content:encoded><![CDATA[	<p>Guys, you have got to be kidding. Just perform a standard windows search using windoze explorer for .svn (be sure to include hidden stuff in the search). Then select them all and delete them&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Christophe</title>
		<link>http://www.broobles.com/blog/posts/36#comment-1049</link>
		<pubDate>Wed, 22 Mar 2006 13:05:41 +0000</pubDate>
		<guid>http://www.broobles.com/blog/posts/36#comment-1049</guid>
					<description>Very useful - thanks for the tip :)</description>
		<content:encoded><![CDATA[	<p>Very useful - thanks for the tip <img src='http://www.broobles.com/blog/wp-images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Martin Henricson</title>
		<link>http://www.broobles.com/blog/posts/36#comment-799</link>
		<pubDate>Tue, 03 Jan 2006 15:12:33 +0000</pubDate>
		<guid>http://www.broobles.com/blog/posts/36#comment-799</guid>
					<description>For those of you that do not use Total Commander this trick could be accomplished easily in windows explorer as well. 

Right click on the folder and click Search..
Enter .svn as the filename to search for.
Click &quot;More advanced options&quot; and select:
- Search hidden files and folders
- Search subfolders
Press search button and delete the folders you find appropriate.

Oh, and this description is at least valid for windows xp pro.

I personally would do a Google search for Cygwin, install it, and use the unix style &quot;find&quot; mentioned above..

Thanks for a great blog..

-Martin</description>
		<content:encoded><![CDATA[	<p>For those of you that do not use Total Commander this trick could be accomplished easily in windows explorer as well. </p>
	<p>Right click on the folder and click Search..<br />
Enter .svn as the filename to search for.<br />
Click &#8220;More advanced options&#8221; and select:<br />
- Search hidden files and folders<br />
- Search subfolders<br />
Press search button and delete the folders you find appropriate.</p>
	<p>Oh, and this description is at least valid for windows xp pro.</p>
	<p>I personally would do a Google search for Cygwin, install it, and use the unix style &#8220;find&#8221; mentioned above..</p>
	<p>Thanks for a great blog..</p>
	<p>-Martin
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: SiriuS</title>
		<link>http://www.broobles.com/blog/posts/36#comment-768</link>
		<pubDate>Thu, 08 Dec 2005 10:51:06 +0000</pubDate>
		<guid>http://www.broobles.com/blog/posts/36#comment-768</guid>
					<description>Thanks :) Your tip really helped :)</description>
		<content:encoded><![CDATA[	<p>Thanks <img src='http://www.broobles.com/blog/wp-images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Your tip really helped <img src='http://www.broobles.com/blog/wp-images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
