<?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 CVS files</title>
	<atom:link href="http://www.danieltome.com/blog/2007/01/13/delete-cvs-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danieltome.com/blog/2007/01/13/delete-cvs-files/</link>
	<description>Flash, PHP, Open Source, Actionscript, Australia and Argentina stuff.</description>
	<lastBuildDate>Sat, 21 Aug 2010 17:33:47 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: arni</title>
		<link>http://www.danieltome.com/blog/2007/01/13/delete-cvs-files/comment-page-1/#comment-10776</link>
		<dc:creator>arni</dc:creator>
		<pubDate>Wed, 08 Sep 2010 20:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://danieltome.com/index.php/2007/01/13/delete-cvs-files/#comment-10776</guid>
		<description>great work man thx</description>
		<content:encoded><![CDATA[<p>great work man thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adhi</title>
		<link>http://www.danieltome.com/blog/2007/01/13/delete-cvs-files/comment-page-1/#comment-10433</link>
		<dc:creator>Adhi</dc:creator>
		<pubDate>Wed, 08 Sep 2010 04:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://danieltome.com/index.php/2007/01/13/delete-cvs-files/#comment-10433</guid>
		<description>Daniel,

This is amazing!! This is saving huge time.
Thanks a lot!!</description>
		<content:encoded><![CDATA[<p>Daniel,</p>
<p>This is amazing!! This is saving huge time.<br />
Thanks a lot!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danno</title>
		<link>http://www.danieltome.com/blog/2007/01/13/delete-cvs-files/comment-page-1/#comment-3550</link>
		<dc:creator>Danno</dc:creator>
		<pubDate>Wed, 08 Sep 2010 10:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://danieltome.com/index.php/2007/01/13/delete-cvs-files/#comment-3550</guid>
		<description>Jm4n. Thanks for the tip.
I use it in a batch file. if you want to run it on the command line you&#039;ll need to take out one percent sign:

Eg: (for testing)
for /f &quot;tokens=*&quot; %i in (&#039;dir /b/a/s CVS*&#039;) do @echo &quot;%%i&quot;</description>
		<content:encoded><![CDATA[<p>Jm4n. Thanks for the tip.<br />
I use it in a batch file. if you want to run it on the command line you&#8217;ll need to take out one percent sign:</p>
<p>Eg: (for testing)<br />
for /f &#8220;tokens=*&#8221; %i in (&#8217;dir /b/a/s CVS*&#8217;) do @echo &#8220;%%i&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jm4n</title>
		<link>http://www.danieltome.com/blog/2007/01/13/delete-cvs-files/comment-page-1/#comment-3544</link>
		<dc:creator>Jm4n</dc:creator>
		<pubDate>Wed, 08 Sep 2010 20:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://danieltome.com/index.php/2007/01/13/delete-cvs-files/#comment-3544</guid>
		<description>In the first code snippet there seems to be a mistake with the double percent signs. You want to use it from the command line, right? http://support.microsoft.com/kb/75634</description>
		<content:encoded><![CDATA[<p>In the first code snippet there seems to be a mistake with the double percent signs. You want to use it from the command line, right? <a href="http://support.microsoft.com/kb/75634" rel="nofollow">http://support.microsoft.com/kb/75634</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chronicles of a Catholic Geek &#187; Blog Archive &#187; CVS Folder Cleanup Script</title>
		<link>http://www.danieltome.com/blog/2007/01/13/delete-cvs-files/comment-page-1/#comment-1661</link>
		<dc:creator>Chronicles of a Catholic Geek &#187; Blog Archive &#187; CVS Folder Cleanup Script</dc:creator>
		<pubDate>Wed, 08 Sep 2010 06:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://danieltome.com/index.php/2007/01/13/delete-cvs-files/#comment-1661</guid>
		<description>[...] http://www.danieltome.com/blog/2007/01/13/delete-cvs-files/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.danieltome.com/blog/2007/01/13/delete-cvs-files/" rel="nofollow">http://www.danieltome.com/blog.....cvs-files/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danno</title>
		<link>http://www.danieltome.com/blog/2007/01/13/delete-cvs-files/comment-page-1/#comment-1598</link>
		<dc:creator>Danno</dc:creator>
		<pubDate>Wed, 08 Sep 2010 02:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://danieltome.com/index.php/2007/01/13/delete-cvs-files/#comment-1598</guid>
		<description>@monoclast you are right. It will delete every folder starting with CVS. I&#039;ve tried removing the asterix but it doesn&#039;t work :-(

I don&#039;t think any project will have any folder starting with CVS, but it could be an issue.</description>
		<content:encoded><![CDATA[<p>@monoclast you are right. It will delete every folder starting with CVS. I&#8217;ve tried removing the asterix but it doesn&#8217;t work <img src='http://www.danieltome.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>I don&#8217;t think any project will have any folder starting with CVS, but it could be an issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emma nzs</title>
		<link>http://www.danieltome.com/blog/2007/01/13/delete-cvs-files/comment-page-1/#comment-1594</link>
		<dc:creator>emma nzs</dc:creator>
		<pubDate>Wed, 08 Sep 2010 10:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://danieltome.com/index.php/2007/01/13/delete-cvs-files/#comment-1594</guid>
		<description>Great stuff!!!  
  
&lt;a&gt;&lt;/a&gt;  [url=][/url]</description>
		<content:encoded><![CDATA[<p>Great stuff!!!  </p>
<p><a></a>  [url=][/url]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: monoclast</title>
		<link>http://www.danieltome.com/blog/2007/01/13/delete-cvs-files/comment-page-1/#comment-757</link>
		<dc:creator>monoclast</dc:creator>
		<pubDate>Wed, 08 Sep 2010 06:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://danieltome.com/index.php/2007/01/13/delete-cvs-files/#comment-757</guid>
		<description>I just tried your batch file and noticed it deletes all folders whose names start with CVS, including folders that are not the hidden CVS sub-folders. That&#039;s a bad idea! It should only delete folders whose names are explicitly &quot;CVS&quot;.

I notice you have:

   for /f &quot;tokens=*&quot; %%i in (&#039;dir /b/a/s CVS*&#039;) do @rmdir /q /s &quot;%%i&quot;

Would simply changing it to this fix that problem?:

   for /f &quot;tokens=*&quot; %%i in (&#039;dir /b/a/s CVS&#039;) do @rmdir /q /s &quot;%%i&quot;</description>
		<content:encoded><![CDATA[<p>I just tried your batch file and noticed it deletes all folders whose names start with CVS, including folders that are not the hidden CVS sub-folders. That&#8217;s a bad idea! It should only delete folders whose names are explicitly &#8220;CVS&#8221;.</p>
<p>I notice you have:</p>
<p>   for /f &#8220;tokens=*&#8221; %%i in (&#8217;dir /b/a/s CVS*&#8217;) do @rmdir /q /s &#8220;%%i&#8221;</p>
<p>Would simply changing it to this fix that problem?:</p>
<p>   for /f &#8220;tokens=*&#8221; %%i in (&#8217;dir /b/a/s CVS&#8217;) do @rmdir /q /s &#8220;%%i&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henk</title>
		<link>http://www.danieltome.com/blog/2007/01/13/delete-cvs-files/comment-page-1/#comment-33</link>
		<dc:creator>Henk</dc:creator>
		<pubDate>Wed, 08 Sep 2010 05:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://danieltome.com/index.php/2007/01/13/delete-cvs-files/#comment-33</guid>
		<description>Thanks Daniel, i needed this!</description>
		<content:encoded><![CDATA[<p>Thanks Daniel, i needed this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danno</title>
		<link>http://www.danieltome.com/blog/2007/01/13/delete-cvs-files/comment-page-1/#comment-2</link>
		<dc:creator>Danno</dc:creator>
		<pubDate>Wed, 08 Sep 2010 00:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://danieltome.com/index.php/2007/01/13/delete-cvs-files/#comment-2</guid>
		<description>Yes, but sometimes it&#039;s easier to copy everything. Or if I want to upload something quick and don&#039;t want to export, I just delete the whole CVS files. Anyways, I know it is a bad practice, though I use a lot of times.

cheers,</description>
		<content:encoded><![CDATA[<p>Yes, but sometimes it&#8217;s easier to copy everything. Or if I want to upload something quick and don&#8217;t want to export, I just delete the whole CVS files. Anyways, I know it is a bad practice, though I use a lot of times.</p>
<p>cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pan69</title>
		<link>http://www.danieltome.com/blog/2007/01/13/delete-cvs-files/comment-page-1/#comment-1</link>
		<dc:creator>pan69</dc:creator>
		<pubDate>Wed, 08 Sep 2010 16:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://danieltome.com/index.php/2007/01/13/delete-cvs-files/#comment-1</guid>
		<description>I don&#039;t use CVS (subversion instead) but shouldn&#039;t you be making an export from CVS to get your files instead of copying files/folders?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t use CVS (subversion instead) but shouldn&#8217;t you be making an export from CVS to get your files instead of copying files/folders?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
