info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Forcing DOS line endings on checkout/update


From: Eric Siegerman
Subject: Re: Forcing DOS line endings on checkout/update
Date: Tue, 31 Jul 2001 13:45:26 -0400
User-agent: Mutt/1.2.5i

On Tue, Jul 31, 2001 at 11:35:07AM -0400, Alleman, Lowell wrote:
> Is it possible to force cvs to use DOS line endings on a Unix-based machine?

It's not CVS itself, but rather the underlying C library, that's
responsible for this conversion.  CVS just goes "putchar('\n')"
(or fputs() or printf() or whatever), and the I/O routines
translate that into the system's local convention (on Unix, of
course, no translation need be done).

So it's not simply a matter of "turning on" an existing
translation scheme, because there isn't one; it'd have to be
written.

--

|  | /\
|-_|/  >   Eric Siegerman, Toronto, Ont.        address@hidden
|  |  /
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea.
        - RFC 1925 (quoting an unnamed source)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]