Eli Zaretskii <[EMAIL PROTECTED]> writes: > The instructions in nt/INSTALL say: > > If you are building out of CVS, then some files in this directory > (.bat files, nmake.defs and makefile.w32-in) may need the line-ends > fixing first. The easiest way to do this and avoid future conflicts > is to run the following command in this (emacs/nt) directory: > cvs update -kb > > However, AFAIK the -kb option is sticky: it gets written into the > file's entry in CVS/Entries, and thereafter all future CVS ops for > that file use it.
This is true, but this is a local-only setting. If you want to make it permanent in the repository you need to use `cvs admin -kb'. Neither `cvs update' nor `cvs checkout' changes the repository. > Doesn't that mean that "cvs ci" will also commit the new version as a > binary file, will all the consequences of that, like that "cvs diff" > will be impossible etc.? No. Only changing the setting in the repository as above will have an effect like this. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel