From: "Tim Van Holder" To: Subject: RE: Test build of cvs available Date: Wed, 31 Jan 2001 20:46:23 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20010131124948.C2999@kendall.sfbr.org> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id OAA27808 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > -: Yes, but if you're using the 'default' mode, that suggests you want to > -: be able to see the difference between DOS and Unix text files > > I don't understand all the subtleties here, but FWIW I never want > a DJGPP port of anything to choke (by default) on the difference > between DOS and Unix text files. It won't choke as such. But in order to keep the possibility of using both LF and CRLF text files in the repository, CVS needs to use binary mode when reading/writing files. The '--text' mode restores the 'regular' way of operation, that is read non-"-kb" in text mode (thereby reducing all those files to DOS text). Since I suspect most DJGPP users will want to keep the latter mode as default, I'll change my patches to use the current '--text' mode as default, and add a '--binary' option instead for those wanting the other behaviour (or maybe I'll add both options and make the default mode a configure-time decision).