unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* nt/INSTALL and -kb
@ 2005-06-04 13:46 Eli Zaretskii
  2005-06-06 12:50 ` Andreas Schwab
  0 siblings, 1 reply; 2+ messages in thread
From: Eli Zaretskii @ 2005-06-04 13:46 UTC (permalink / raw)


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.  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.?  If that's what will
happen, I think we shouldn't advise usink -kb without a proper warning
to people who might later wish to commit files in the nt/ directory to
CVS.

Or am I missing something?

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: nt/INSTALL and -kb
  2005-06-04 13:46 nt/INSTALL and -kb Eli Zaretskii
@ 2005-06-06 12:50 ` Andreas Schwab
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Schwab @ 2005-06-06 12:50 UTC (permalink / raw)
  Cc: emacs-devel

Eli Zaretskii <eliz@gnu.org> 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, schwab@suse.de
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."

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-06-06 12:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-04 13:46 nt/INSTALL and -kb Eli Zaretskii
2005-06-06 12:50 ` Andreas Schwab

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).