Mail Archives: cygwin-developers/1999/01/30/04:26:22
DJ Delorie wrote:
>
> > cvs is suddenly convinced, that the file foo was changed
> > in _every_ line, which is not the case. This happens with
> > every file, it's 100% reproducable.
>
> This sounds like it might be a CR/LF problem. Could you pipe the
> output through "cat -vetu" and see if it notices ^M changes?
Yes, you can see ^M in the versionfile foo,v while output. This
isn't the truth for the file foo,v on disk, but cvs copies the
contents into a temporary file, which has dos newlines after that.
Then it's opened for reading in binary mode!
I'm using CYGWIN='binmode ntea tty' and only binary mounts.
Regards,
Corinna
- Raw text -