On Tue, Mar 13, 2001 at 10:13:46AM +0100, Peter van Rossum wrote: > If you want them as .Z files, then you should probably tell cvs that > they are binary files to prevent cvs from doing keyword substitution on > them. Easiest way to do that is probably by putting "*.Z -kb" in > CVSROOT/cvswrappers. This will tell cvs that all .Z files (in all projects) > are binary.
cvs-inject already imports with -ko, which is equivalent to -kb on systems with UNIX-style line termination, so this is unnecessary. -- - mdz

