From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] Changes to emacs/nt/INSTALL Date: Tue, 14 Jun 2005 00:52:06 +0200 Message-ID: References: Reply-To: Juanma Barranquero NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1118703353 25347 80.91.229.2 (13 Jun 2005 22:55:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Jun 2005 22:55:53 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 14 00:55:48 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dhxq8-0004Qx-Nm for ged-emacs-devel@m.gmane.org; Tue, 14 Jun 2005 00:55:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dhxv1-0002ie-Ed for ged-emacs-devel@m.gmane.org; Mon, 13 Jun 2005 19:00:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DhxsR-0001w7-1t for emacs-devel@gnu.org; Mon, 13 Jun 2005 18:57:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DhxsH-0001qk-RO for emacs-devel@gnu.org; Mon, 13 Jun 2005 18:57:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DhxsF-0001pa-ED for emacs-devel@gnu.org; Mon, 13 Jun 2005 18:57:43 -0400 Original-Received: from [64.233.182.204] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dhxnz-0003rv-NW for emacs-devel@gnu.org; Mon, 13 Jun 2005 18:53:20 -0400 Original-Received: by nproxy.gmail.com with SMTP id i2so110729nfe for ; Mon, 13 Jun 2005 15:52:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MbMldbCyyrVwuv20RFTtP1TMlpYJyXSbegseFyN6RVwEywXRB6pkT2zWZ2IeKvUKdRI0RFZtNtq96d39yELptqpdinDHWsXqjN0ACOkWyn3TTp3cmZWLGbsQ22MK5dHdvBWt1BxL84tbbgJ4f35E/KZsjS3gBeiz7gx/87erglI= Original-Received: by 10.48.4.10 with SMTP id 10mr86569nfd; Mon, 13 Jun 2005 15:52:06 -0700 (PDT) Original-Received: by 10.48.250.5 with HTTP; Mon, 13 Jun 2005 15:52:06 -0700 (PDT) Original-To: Eli Zaretskii In-Reply-To: Content-Disposition: inline X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:38759 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38759 On 6/12/05, Eli Zaretskii wrote: > Anyway, I'm still confused. Assuming that I checkout a file with -kb, > and that file is not recorded as binary in the repository, would > commands such as "cvs diff", "cvs annotate", etc. work exactly as when > no -kb was ever used on that file? cvs diff, annotate, etc. do work as if the files weren't checked out with -= kb. > And what will "cvs ci" do for a file whose entry in CVS/Entries says > it has the -kb option set? How will this be different from a file > without the -kb option? I think the -kb entry in CVS/Entries does not affect "cvs ci" unless the file is marked as "-kb" on the repository. None of the commits of nt/nmake.defs, nt/makefile.w32-in, etc. that I've done seem to have had any adverse effect. > Finally, if "co -kb" indeed has only a local effect, and none of the > other commands, like ci, diff, up -j, etc. are affected, it sounds > like Windows users should be told to checkout the whole tree with -kb, > right? Not sure if they should be told to, but at least there is no problem if they do: I just checked out a -kb tree and built it with MSVC with no problem whatsoever. --=20 /L/e/k/t/u