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: "checksum failure after patch" in CVS Date: Tue, 5 Jul 2005 00:59:26 +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 1120518333 26589 80.91.229.2 (4 Jul 2005 23:05:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 4 Jul 2005 23:05:33 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 05 01:05:25 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DpZzq-0007ax-LX for ged-emacs-devel@m.gmane.org; Tue, 05 Jul 2005 01:05:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dpa14-0007EG-Tf for ged-emacs-devel@m.gmane.org; Mon, 04 Jul 2005 19:06:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DpZzh-0007A7-RZ for emacs-devel@gnu.org; Mon, 04 Jul 2005 19:04:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DpZzd-000780-2n for emacs-devel@gnu.org; Mon, 04 Jul 2005 19:04:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DpZzc-000767-3Z for emacs-devel@gnu.org; Mon, 04 Jul 2005 19:04:48 -0400 Original-Received: from [64.233.182.200] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dpa0K-0006uW-2s for emacs-devel@gnu.org; Mon, 04 Jul 2005 19:05:32 -0400 Original-Received: by nproxy.gmail.com with SMTP id i2so186446nfe for ; Mon, 04 Jul 2005 15:59:26 -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=BAfb8xTW0CFp7KWzuOwST/45FxueAOxWJxjlbABUo65r7ubH7WX0beOSMA7lt65wwor1WRuDaL3Pd904Q1NZnlEj7ZQmFdHAnyqnuj9vt+D5LeFaeElYjpGpTlKsZuzeoakmqjpmI+XBeEQm/gU8dz89YYPI3PhYrQC1D7g5dmg= Original-Received: by 10.48.244.19 with SMTP id r19mr127600nfh; Mon, 04 Jul 2005 15:59:26 -0700 (PDT) Original-Received: by 10.48.250.5 with HTTP; Mon, 4 Jul 2005 15:59:26 -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:40373 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40373 On 7/5/05, Eli Zaretskii wrote: > That's a known problem: it means that config.bat didn't have -kb in > your CVS/Entries file prior to the first "cvs update" (without -kb). > That's why the first "cvs up" did a P(atch) instead of U(pdate). When > it tries to patch a file with DOS-style line-endings, the checksum > never works out due to EOL munging by the client (it blindly adds a CR > before each LF, even if there's already a CR). You nailed it. Indeed I had not checked out config.bat with -kb, only the .BATs in nt/. Thanks! FWIW, I'm using "CVSNT 2.5.01 (Travis) Build 1976", which is the newest rel= ease. --=20 /L/e/k/t/u