<?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: Recursively add files to CVS</title>
	<atom:link href="http://www.hazaah.com/programming/recursively-add-files-to-cvs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hazaah.com/programming/recursively-add-files-to-cvs/</link>
	<description>buffle the world</description>
	<lastBuildDate>Fri, 12 Feb 2010 18:20:09 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James</title>
		<link>http://www.hazaah.com/programming/recursively-add-files-to-cvs/comment-page-1/#comment-11807</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 10 Sep 2009 13:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.hazaah.com/?p=66#comment-11807</guid>
		<description>Can u please explain how will it work?
find . -type d -print &#124; grep -v CVS &#124; xargs cvs add

I m not much aware of shell script..

Thanks,
jamnes</description>
		<content:encoded><![CDATA[<p>Can u please explain how will it work?<br />
find . -type d -print | grep -v CVS | xargs cvs add</p>
<p>I m not much aware of shell script..</p>
<p>Thanks,<br />
jamnes</p>
]]></content:encoded>
	</item>
</channel>
</rss>
