Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <00bf01c1fc3e$0063ffd0$010b10ac@bluesguitar.org>
From: "Matthew Smith" <matts@bluesguitar.org>
To: "Cygwin" <cygwin@sources.redhat.com>
References: <20020512044943.GA5997@redhat.com> <3CE28FA4.6080402@earthlink.net> <3CE2A07E.6040101@ece.gatech.edu>
Subject: Re: Changes in latest snapshot
Date: Wed, 15 May 2002 13:26:16 -0500
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

I was bitten by this recently too.  In addition to .cvspass and .cvsrc, you
probably will need to run dos2unix on the files beneath the CVS directory
under each directory of your cvs sandbox.

cheers,
-Matt Smith

> > The only thing I could do was to go back to a "textmode" system mount.
>
> I use binmode mounts all the time.  cvs login works for me.  Don't blame
> binmode/textmode.
>
> I think you should look at ~/.cvspass and make sure it doesn't have /r/n
> line endings.  Imagine thie:
>
> :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src Ay=0=h<Z \r\n
> :pserver:anoncvs@subversions.gnu.org:/cvs A \r\n
>
> Then, you switch to binmode, and do another cvslogin, resulting in this:
>
> :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src Ay=0=h<Z \r\n
> :pserver:anoncvs@subversions.gnu.org:/cvs A \r\n
> :pserver:anoncvs@sources.redhat.com:/cvs/src Ay=0=h<Z \n   <<<< no \r
>
> The next time the .cvspass file is read in, cvs is confused  by the
> presence of the \r's in the first two lines.  (Which it never saw
> before, thanks to textmode).
>
> Use switch back to binmode, use dos2unix on .cvspass (and .cvsrc for
> that matter), and try again...



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

