<?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 for Whitesquare Software</title>
	<atom:link href="http://www.whitesquaresoft.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whitesquaresoft.com</link>
	<description>Whitesquare Software products and news</description>
	<lastBuildDate>Fri, 10 Dec 2010 20:38:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on /CVSROOTccess on cvs execution by Ying</title>
		<link>http://www.whitesquaresoft.com/2006/07/15/cvsrootccess-on-cvs-execution/comment-page-1/#comment-2764</link>
		<dc:creator>Ying</dc:creator>
		<pubDate>Fri, 10 Dec 2010 20:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://dev.whitesquaresoft.com/?p=14#comment-2764</guid>
		<description>THANK YOU SOOOOOOOOOO MUCH! YOU SAVED MY LIFE!</description>
		<content:encoded><![CDATA[<p>THANK YOU SOOOOOOOOOO MUCH! YOU SAVED MY LIFE!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on /CVSROOTccess on cvs execution by Chad</title>
		<link>http://www.whitesquaresoft.com/2006/07/15/cvsrootccess-on-cvs-execution/comment-page-1/#comment-2763</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Mon, 16 Aug 2010 13:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://dev.whitesquaresoft.com/?p=14#comment-2763</guid>
		<description>That was my problem too. 

I also find this issue occurs when using TortoiseCVS on Windows and checking out files to a samba share on a linux host. If you then ssh to the host and try CVS commands, you&#039;ll get errors because all the files in /CVS are in dos mode, thanks to TortoiseCVS. I haven&#039;t found an option in to make TortoiseCVS use UNIX line endings.</description>
		<content:encoded><![CDATA[<p>That was my problem too. </p>
<p>I also find this issue occurs when using TortoiseCVS on Windows and checking out files to a samba share on a linux host. If you then ssh to the host and try CVS commands, you&#8217;ll get errors because all the files in /CVS are in dos mode, thanks to TortoiseCVS. I haven&#8217;t found an option in to make TortoiseCVS use UNIX line endings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on /CVSROOTccess on cvs execution by vineeth starly</title>
		<link>http://www.whitesquaresoft.com/2006/07/15/cvsrootccess-on-cvs-execution/comment-page-1/#comment-2761</link>
		<dc:creator>vineeth starly</dc:creator>
		<pubDate>Wed, 28 Oct 2009 18:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://dev.whitesquaresoft.com/?p=14#comment-2761</guid>
		<description>Works like a charm, thanks!</description>
		<content:encoded><![CDATA[<p>Works like a charm, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on /CVSROOTccess on cvs execution by MeDon</title>
		<link>http://www.whitesquaresoft.com/2006/07/15/cvsrootccess-on-cvs-execution/comment-page-1/#comment-2760</link>
		<dc:creator>MeDon</dc:creator>
		<pubDate>Fri, 17 Jul 2009 07:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://dev.whitesquaresoft.com/?p=14#comment-2760</guid>
		<description>Hi,
thanks for the post. I like Horace&#039;s solution. However, it has some problems with filenames with spaces. I have changed it into:

find . -type f -name Root -or -name Entries -or -name Repository -print0 &#124; xargs -0 dos2unix

And now it works fine for me. maybe more safe is to use

find . -type f -path &#039;*/CVS/*&#039; -print0 &#124; xargs -0 dos2unix

to be sure to process files only in CVS subdirectories.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
thanks for the post. I like Horace&#8217;s solution. However, it has some problems with filenames with spaces. I have changed it into:</p>
<p>find . -type f -name Root -or -name Entries -or -name Repository -print0 | xargs -0 dos2unix</p>
<p>And now it works fine for me. maybe more safe is to use</p>
<p>find . -type f -path &#8216;*/CVS/*&#8217; -print0 | xargs -0 dos2unix</p>
<p>to be sure to process files only in CVS subdirectories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on /CVSROOTccess on cvs execution by Jonathon</title>
		<link>http://www.whitesquaresoft.com/2006/07/15/cvsrootccess-on-cvs-execution/comment-page-1/#comment-2759</link>
		<dc:creator>Jonathon</dc:creator>
		<pubDate>Mon, 13 Jul 2009 22:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://dev.whitesquaresoft.com/?p=14#comment-2759</guid>
		<description>YOU ARE THE MASTER CHIEF!!! THANK YOU SOOOOO MUCH!!!! Like edog said:

&quot;I owe you my first born child… And the few remaining hairs that I havent just pulled out.&quot;

So true!!</description>
		<content:encoded><![CDATA[<p>YOU ARE THE MASTER CHIEF!!! THANK YOU SOOOOO MUCH!!!! Like edog said:</p>
<p>&#8220;I owe you my first born child… And the few remaining hairs that I havent just pulled out.&#8221;</p>
<p>So true!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on /CVSROOTccess on cvs execution by Brian</title>
		<link>http://www.whitesquaresoft.com/2006/07/15/cvsrootccess-on-cvs-execution/comment-page-1/#comment-2728</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 13 Jan 2009 19:22:41 +0000</pubDate>
		<guid isPermaLink="false">http://dev.whitesquaresoft.com/?p=14#comment-2728</guid>
		<description>THANKS! One point to mention is, I had to type those commands into the Cygwin bash prompt, not the Windows command prompt (that gave me errors). But once I figured that out, it worked like a charm!</description>
		<content:encoded><![CDATA[<p>THANKS! One point to mention is, I had to type those commands into the Cygwin bash prompt, not the Windows command prompt (that gave me errors). But once I figured that out, it worked like a charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on /CVSROOTccess on cvs execution by Reihnold</title>
		<link>http://www.whitesquaresoft.com/2006/07/15/cvsrootccess-on-cvs-execution/comment-page-1/#comment-2647</link>
		<dc:creator>Reihnold</dc:creator>
		<pubDate>Wed, 07 May 2008 07:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://dev.whitesquaresoft.com/?p=14#comment-2647</guid>
		<description>Thank you very much for this post. It saved me some time recently.</description>
		<content:encoded><![CDATA[<p>Thank you very much for this post. It saved me some time recently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on /CVSROOTccess on cvs execution by Horace</title>
		<link>http://www.whitesquaresoft.com/2006/07/15/cvsrootccess-on-cvs-execution/comment-page-1/#comment-77</link>
		<dc:creator>Horace</dc:creator>
		<pubDate>Tue, 22 May 2007 07:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://dev.whitesquaresoft.com/?p=14#comment-77</guid>
		<description>Thanks for this.

In a similar vein, this will also work:

find . -name Root -or -name Entries -or -name Repository &#124; xargs dos2unix</description>
		<content:encoded><![CDATA[<p>Thanks for this.</p>
<p>In a similar vein, this will also work:</p>
<p>find . -name Root -or -name Entries -or -name Repository | xargs dos2unix</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on /CVSROOTccess on cvs execution by Jason Cipriani</title>
		<link>http://www.whitesquaresoft.com/2006/07/15/cvsrootccess-on-cvs-execution/comment-page-1/#comment-28</link>
		<dc:creator>Jason Cipriani</dc:creator>
		<pubDate>Mon, 19 Mar 2007 02:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://dev.whitesquaresoft.com/?p=14#comment-28</guid>
		<description>Thanks a lot for posting this; and it was the top Google result for &quot;CVSROOTccess&quot; too. Did the trick just fine. PS: This problem is not just Cygwin; I had it using TortoiseCVS + MinGW command line CVS.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for posting this; and it was the top Google result for &#8220;CVSROOTccess&#8221; too. Did the trick just fine. PS: This problem is not just Cygwin; I had it using TortoiseCVS + MinGW command line CVS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on /CVSROOTccess on cvs execution by Ted Anderson</title>
		<link>http://www.whitesquaresoft.com/2006/07/15/cvsrootccess-on-cvs-execution/comment-page-1/#comment-10</link>
		<dc:creator>Ted Anderson</dc:creator>
		<pubDate>Fri, 12 Jan 2007 01:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://dev.whitesquaresoft.com/?p=14#comment-10</guid>
		<description>Thanks for the tip.  Google put your blog entry at the top of the list and it was exactly what I was looking for.  I&#039;m feeling lucky!

To confirm the diagnosis I did:
% cvs -qn update &#124; &amp; cat -v
...
Cannot access /gpfs/fs0/cvs^M/CVSROOT
No such file or directory
%

Cleaning out the ^Ms did the trick.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip.  Google put your blog entry at the top of the list and it was exactly what I was looking for.  I&#8217;m feeling lucky!</p>
<p>To confirm the diagnosis I did:<br />
% cvs -qn update | &amp; cat -v<br />
&#8230;<br />
Cannot access /gpfs/fs0/cvs^M/CVSROOT<br />
No such file or directory<br />
%</p>
<p>Cleaning out the ^Ms did the trick.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

