Message-Id: <200007211844.VAA25053@mailgw1.netvision.net.il> Date: Fri, 21 Jul 2000 21:43:53 +0200 To: Hans-Bernhard Broeker X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" CC: djgpp-workers AT delorie DOT com In-reply-to: (message from Hans-Bernhard Broeker on Fri, 21 Jul 2000 19:22:20 +0200 (MET DST)) Subject: Re: CVS on Windows References: 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 > Date: Fri, 21 Jul 2000 19:22:20 +0200 (MET DST) > From: Hans-Bernhard Broeker > > A better workaround might be to use a checkout/checkin filtering rule > that runs 'utod' and 'dtou' over every file. I already use dtou, but the problem is that some files are not text files, so I cannot just "dtou .../*". And batch files need to be run through utod after dtou, since COMMAND.COM won't run batch files with Unix EOL format. It looks like I'll need to write a special shell script to DTRT. Thanks for the feedback.