Re: CVS and CR/LF

2003-10-06 Thread Igor Pechtchanski
Stephen, This doesn't belong on the cygwin-apps list (see ). I've redirected this to the correct list and set the Reply-To appropriately. Please remove cygwin-apps from further discussion on this. Igor On Mon, 6 Oct 2003 [EMAIL PROTECTED] wrote: > I'll

Re: CVS and CR, LF

2001-12-31 Thread camalot
Charles> Christopher Faylor wrote: >> On Mon, Dec 24, 2001 at 08:46:23PM -0800, David Koski wrote: >>> You are correct about the mount points. I mounted in binary >>> mode, then used cvs in bash and it now works correctly. Setting >>> CYGWIN=binmode did not have the same effect. >>>

Re: CVS and CR, LF

2001-12-30 Thread Robert Collins
=== - Original Message - From: "Gary R. Van Sickle" <[EMAIL PROTECTED]> > Overall CVS works very well for me. The only problem I've been having, and I > just noticed it recently, is with "cvs diff", and I can't yet pin it on the > "CRLF!=LF!=CR!=LFCR and sometimes CTRL-Z" plague. Here's

Re: CVS and CR, LF

2001-12-30 Thread Gary R. Van Sickle
Charles Wilson wrote: > Christopher Faylor wrote: > > > On Mon, Dec 24, 2001 at 08:46:23PM -0800, David Koski wrote: > > > >>You are correct about the mount points. I mounted in binary mode, then used cvs > >>in bash and it now works correctly. Setting CYGWIN=binmode did not have the > >>same e

Re: CVS and CR, LF

2001-12-29 Thread Charles Wilson
Christopher Faylor wrote: > On Mon, Dec 24, 2001 at 08:46:23PM -0800, David Koski wrote: > >>You are correct about the mount points. I mounted in binary mode, then used cvs >>in bash and it now works correctly. Setting CYGWIN=binmode did not have the >>same effect. >> > > Nor should it. CYGW

Re: CVS and CR, LF

2001-12-25 Thread Christopher Faylor
On Mon, Dec 24, 2001 at 08:46:23PM -0800, David Koski wrote: >You are correct about the mount points. I mounted in binary mode, then used cvs >in bash and it now works correctly. Setting CYGWIN=binmode did not have the >same effect. Nor should it. CYGWIN=binmode does not affect files when the

Re: CVS and CR, LF

2001-12-24 Thread David Koski
You are correct about the mount points. I mounted in binary mode, then used cvs in bash and it now works correctly. Setting CYGWIN=binmode did not have the same effect. Thank you for your input. David [EMAIL PROTECTED] On 22 Dec 2001 10:15:51 +0100 Andrew Markebo <[EMAIL PROTECTED]> wrote: >

Re: CVS and CR, LF

2001-12-22 Thread David Koski
On 22 Dec 2001 10:15:51 +0100 Andrew Markebo <[EMAIL PROTECTED]> wrote: > Which cvs do you use (cygwin?) and how do you connect to the repository? cvs --version: Concurrent Versions System (CVS) 1.11 (Client/Server) uname -a: CYGWIN_98-4.10 PRO2 1.3.5(0.47/3/2) 2001-11-13 23:16 i686 unknown

Re: CVS and CR, LF

2001-12-22 Thread Andrew Markebo
Which cvs do you use (cygwin?) and how do you connect to the repository? Doesn't the windows/dos cvs'es convert CRLF's to LF (or what it is ;-) When we use wincvs around here, talking to a repository-server on unix, I think it is taken care of automagically. Hmm could it be the mounts of the fi

CVS and CR, LF

2001-12-21 Thread David Koski
Hello, I have been using CVS successfully to maintain source code on a Linux based CVS server. The files have been edited with DOS applications and have CR, LF record terminators. The local source is on a Linux Samba share so it has been easy to use the Linux client CVS to commit, update with.