<?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: Delete All .svn Files in windows</title>
	<atom:link href="http://www.axelscript.com/2008/03/11/delete-all-svn-files-in-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.axelscript.com/2008/03/11/delete-all-svn-files-in-windows/</link>
	<description>Axel Jensen on Flex, Coldfusion and... other stuff</description>
	<lastBuildDate>Sat, 27 Feb 2010 00:57:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jack</title>
		<link>http://www.axelscript.com/2008/03/11/delete-all-svn-files-in-windows/comment-page-1/#comment-1402</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Mon, 12 Jan 2009 09:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/2008/03/11/delete-all-svn-files-in-windows/#comment-1402</guid>
		<description>Oh btw -- the script in its current form can be dangerous. It will delete all files ending in &quot;svn&quot;. I happen to have non-svn files that end in svn! To make it safer, just add a dot after the *

for /f “tokens=* delims=” %%i in (’dir /s /b /a:d *.svn’) do (
rd /s /q “%%i”
)</description>
		<content:encoded><![CDATA[<p>Oh btw &#8212; the script in its current form can be dangerous. It will delete all files ending in &#8220;svn&#8221;. I happen to have non-svn files that end in svn! To make it safer, just add a dot after the *</p>
<p>for /f “tokens=* delims=” %%i in (’dir /s /b /a:d *.svn’) do (<br />
rd /s /q “%%i”<br />
)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jack</title>
		<link>http://www.axelscript.com/2008/03/11/delete-all-svn-files-in-windows/comment-page-1/#comment-1400</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Mon, 12 Jan 2009 08:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/2008/03/11/delete-all-svn-files-in-windows/#comment-1400</guid>
		<description>Thanks very much, the .cmd shell script works on Windows Vista. 

For others using this script - if you copy and paste the snippet of code, you need to replace the quotes and double quotes. Wordpress renders the quotes in a way that Windows cannot parse.</description>
		<content:encoded><![CDATA[<p>Thanks very much, the .cmd shell script works on Windows Vista. </p>
<p>For others using this script &#8211; if you copy and paste the snippet of code, you need to replace the quotes and double quotes. Wordpress renders the quotes in a way that Windows cannot parse.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr. Mike Wendell</title>
		<link>http://www.axelscript.com/2008/03/11/delete-all-svn-files-in-windows/comment-page-1/#comment-865</link>
		<dc:creator>Dr. Mike Wendell</dc:creator>
		<pubDate>Mon, 11 Aug 2008 12:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/2008/03/11/delete-all-svn-files-in-windows/#comment-865</guid>
		<description>Thanks for this.  Was wondering how to do it.</description>
		<content:encoded><![CDATA[<p>Thanks for this.  Was wondering how to do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stillnet Studios &#187; Blog Archive &#187; Deleting all your .svn directories</title>
		<link>http://www.axelscript.com/2008/03/11/delete-all-svn-files-in-windows/comment-page-1/#comment-817</link>
		<dc:creator>Stillnet Studios &#187; Blog Archive &#187; Deleting all your .svn directories</dc:creator>
		<pubDate>Wed, 02 Jul 2008 14:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/2008/03/11/delete-all-svn-files-in-windows/#comment-817</guid>
		<description>[...] The Windows tips came from Axel&#8217;s blog at http://www.axelscript.com/2008/03/11/delete-all-svn-files-in-windows/ [...]</description>
		<content:encoded><![CDATA[<p>[...] The Windows tips came from Axel&#8217;s blog at <a href="http://www.axelscript.com/2008/03/11/delete-all-svn-files-in-windows/" rel="nofollow">http://www.axelscript.com/2008/03/11/delete-all-svn-files-in-windows/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
