Stephan Feder writes: > > I know how the cvs client handles line endings but nonetheless it is a > problem for quite a few users. What about a flag for the client that > prevents it from doing _any_ line ending conversions (as I understand it > the server transfers the files as they are)?
The client does not do any line ending conversions. It simply opens the file in either text or binary mode and counts on the C run-time library to do the right thing. -Larry Jones Fortunately, that was our plan from the start. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
