From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Bootstrap fails on Win32 Date: Thu, 11 Sep 2008 16:46:26 -0400 Message-ID: References: <48C62922.4000906@freemail.hu> <48C8D34A.2000300@freemail.hu> <48C8D550.3090708@gnu.org> <48C8EC5A.9060602@freemail.hu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1221166203 27867 80.91.229.12 (11 Sep 2008 20:50:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Sep 2008 20:50:03 +0000 (UTC) Cc: Francis Litterio , emacs-devel@gnu.org To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 11 22:50:56 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kdt7t-0001wu-Kn for ged-emacs-devel@m.gmane.org; Thu, 11 Sep 2008 22:50:53 +0200 Original-Received: from localhost ([127.0.0.1]:53371 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kdt6t-0006By-2U for ged-emacs-devel@m.gmane.org; Thu, 11 Sep 2008 16:49:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kdt3c-0004M2-I3 for emacs-devel@gnu.org; Thu, 11 Sep 2008 16:46:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kdt3b-0004Kd-JM for emacs-devel@gnu.org; Thu, 11 Sep 2008 16:46:28 -0400 Original-Received: from [199.232.76.173] (port=33178 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kdt3b-0004KQ-Fq for emacs-devel@gnu.org; Thu, 11 Sep 2008 16:46:27 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:8894) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kdt3b-0004Jp-7a for emacs-devel@gnu.org; Thu, 11 Sep 2008 16:46:27 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgkFAHEgyUhFxIqP/2dsb2JhbACBY7dPgWKBBg X-IronPort-AV: E=Sophos;i="4.32,382,1217822400"; d="scan'208";a="26683255" Original-Received: from 69-196-138-143.dsl.teksavvy.com (HELO pastel.home) ([69.196.138.143]) by ironport2-out.teksavvy.com with ESMTP; 11 Sep 2008 16:46:26 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 481447FF3; Thu, 11 Sep 2008 16:46:26 -0400 (EDT) In-Reply-To: (Juanma Barranquero's message of "Thu, 11 Sep 2008 17:43:41 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:103827 Archived-At: > But IIRC, when you commit changes to the CVS, -kb files are sent > entirely, while normal non-kb text files are patched (only differences > are sent). That makes a difference for big files like ChangeLogs. Actually, it makes no difference for those cases. It does have some performance impacts, but the more problematic effet is that CVS considers such files as unmergeable. Stefan