RE: Changes in latest snapshot

2002-05-16 Thread Peter Ring
many Unix utillities are very sensitive to little details in configuration files (like a CR at the end of each line). Kind regards Peter Ring -Original Message- From: Shankar Unni [mailto:[EMAIL PROTECTED]] Sent: 15. maj 2002 18:29 To: [EMAIL PROTECTED] Subject: Re: Changes in latest sna

Re: Changes in latest snapshot

2002-05-15 Thread Shankar Unni
Christopher Faylor wrote: > I'm thinking about making binmode the default, too. Woo - watch out. I use "cvs" (the cygwin port) in :pserver: mode, and recently, when I changed my system mount point to binmode, "cvs login" stopped working. I would do "cvs login", and it would prompt for a pass

Re: Changes in latest snapshot

2002-05-15 Thread Charles Wilson
Gerrit P. Haase wrote: >>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. >> > > Maybe it is also a good idea to include a little wrapper for d2u, (

Re: Changes in latest snapshot

2002-05-15 Thread Sam Edge
Christopher Faylor wrote in <[EMAIL PROTECTED]> in gmane.os.cygwin on Sun, 12 May 2002 00:49:43 -0400: > I'm thinking about making binmode the default, too. For what it's worth, I'd be happy with that. Only a few of the POSIX tools I can think of object to CR at the end of a line in text files

Re: Changes in latest snapshot

2002-05-15 Thread Matthew Smith
> Maybe it is also a good idea to include a little wrapper for d2u, (in the > cygutils package?), to convert recursively all files from where you > start it? Or add an option to the executable to run it recursive down > a whole tree. Why? This is trivial to do. find . -type f -exec dos2unix {}

Re: Changes in latest snapshot

2002-05-15 Thread Matthew Smith
Yessir. cheers, -Matt > AHA!!! CONFIRMATION!!! THANK GOD!! > > So, you're saying that removing the \r from the cvs-related ~/.dotfiles > and from CVS/* ---fixed--- your problems when you switched to binmode > mounts? > > --Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscr

Re: Changes in latest snapshot

2002-05-15 Thread Gerrit P. Haase
Hallo Matthew, > 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. Maybe it is also a good idea to include a little wrapper for d2u, (in the cygutils

Re: CVS: binmode/textmode issues [Was: Re: Changes in latest snapshot]

2002-05-15 Thread Rick Rankin
[Thought I'd reply in this thread as well...] Yes. I had to do that a few months ago when I switched from all textmode to all binmode mounts. --Rick --- Charles Wilson <[EMAIL PROTECTED]> wrote: > [reply copied over to this thread] > > AHA!!! CONFIRMATION!!! THANK GOD!! > > So, you're saying

Re: Changes in latest snapshot

2002-05-15 Thread Rick Rankin
Yes. I had to do that a few months ago when I switched from all textmode to all binmode mounts. --Rick --- Charles Wilson <[EMAIL PROTECTED]> wrote: > AHA!!! CONFIRMATION!!! THANK GOD!! > > So, you're saying that removing the \r from the cvs-related ~/.dotfiles > and from CVS/* ---fixed--- yo

Re: CVS: binmode/textmode issues [Was: Re: Changes in latest snapshot]

2002-05-15 Thread Charles Wilson
[reply copied over to this thread] AHA!!! CONFIRMATION!!! THANK GOD!! So, you're saying that removing the \r from the cvs-related ~/.dotfiles and from CVS/* ---fixed--- your problems when you switched to binmode mounts? --Chuck Matthew Smith wrote: > I was bitten by this recently too. In

Re: Changes in latest snapshot

2002-05-15 Thread Charles Wilson
AHA!!! CONFIRMATION!!! THANK GOD!! So, you're saying that removing the \r from the cvs-related ~/.dotfiles and from CVS/* ---fixed--- your problems when you switched to binmode mounts? --Chuck Matthew Smith wrote: > I was bitten by this recently too. In addition to .cvspass and .cvsrc, yo

CVS: binmode/textmode issues [Was: Re: Changes in latest snapshot]

2002-05-15 Thread Charles Wilson
egor duda wrote: > CW> Then, you switch to binmode, and do another cvslogin, resulting in this: > > CW> :pserver:[EMAIL PROTECTED]:/cvs/src Ay=0=h CW> :pserver:[EMAIL PROTECTED]:/cvs A \r\n > CW> :pserver:[EMAIL PROTECTED]:/cvs/src Ay=0=h > CW> The next time the .cvspass file is read in, cvs is

Re: Changes in latest snapshot

2002-05-15 Thread Matthew Smith
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

Re: Changes in latest snapshot

2002-05-15 Thread egor duda
Hi! Wednesday, 15 May, 2002 Charles Wilson [EMAIL PROTECTED] wrote: CW> Then, you switch to binmode, and do another cvslogin, resulting in this: CW> :pserver:[EMAIL PROTECTED]:/cvs/src Ay=0=h :pserver:[EMAIL PROTECTED]:/cvs A \r\n CW> :pserver:[EMAIL PROTECTED]:/cvs/src Ay=0=h The next time the

Re: Changes in latest snapshot

2002-05-15 Thread Charles Wilson
Shankar Unni wrote: > Christopher Faylor wrote: > > > I'm thinking about making binmode the default, too. > > > Woo - watch out. > > I use "cvs" (the cygwin port) in :pserver: mode, and recently, when I > changed my system mount point to binmode, "cvs login" stopped working. I > would do

Re: Changes in latest snapshot

2002-05-15 Thread Corinna Vinschen
On Wed, May 15, 2002 at 09:41:08AM -0700, Shankar Unni wrote: > Christopher Faylor wrote: > > > I'm thinking about making binmode the default, too. > > > Woo - watch out. > > I use "cvs" (the cygwin port) in :pserver: mode, and recently, when I > changed my system mount point to binmode, "cvs

Re: Changes in latest snapshot

2002-05-15 Thread Shankar Unni
Christopher Faylor wrote: > I'm thinking about making binmode the default, too. Woo - watch out. I use "cvs" (the cygwin port) in :pserver: mode, and recently, when I changed my system mount point to binmode, "cvs login" stopped working. I would do "cvs login", and it would prompt for a pas