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: Bootstrap fails on Win32 Date: Thu, 11 Sep 2008 21:49:40 +0200 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=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1221162944 15329 80.91.229.12 (11 Sep 2008 19:55:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Sep 2008 19:55:44 +0000 (UTC) Cc: Francis Litterio , emacs-devel@gnu.org To: "Andreas Schwab" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 11 21:56:39 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 1KdsGN-0008RK-Nm for ged-emacs-devel@m.gmane.org; Thu, 11 Sep 2008 21:55:36 +0200 Original-Received: from localhost ([127.0.0.1]:60213 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KdsFN-000595-Hm for ged-emacs-devel@m.gmane.org; Thu, 11 Sep 2008 15:54:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KdsAh-00012I-KP for emacs-devel@gnu.org; Thu, 11 Sep 2008 15:49:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KdsAf-0000z8-O6 for emacs-devel@gnu.org; Thu, 11 Sep 2008 15:49:42 -0400 Original-Received: from [199.232.76.173] (port=47773 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KdsAf-0000ym-HW for emacs-devel@gnu.org; Thu, 11 Sep 2008 15:49:41 -0400 Original-Received: from an-out-0708.google.com ([209.85.132.246]:12564) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KdsAf-0002gS-9W for emacs-devel@gnu.org; Thu, 11 Sep 2008 15:49:41 -0400 Original-Received: by an-out-0708.google.com with SMTP id c38so59543ana.84 for ; Thu, 11 Sep 2008 12:49:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=0qhOELBPgf6Hd73Dw4WCwru6TYe6PZZa65u1GAixFzM=; b=v2ZL6MqIMK0ray/KCCxV48Tfp0HtAadoG2NX97pHXKYssTlRjaOqTUzFXvHylTh7Oh Oa5xwoKQvl872RjqQ4j9+IDhlcE4RPQ1CFtWDCos7eJGj8rEmKCkq76huIn8b6lrmGl6 8gi2l18gFsG2nrIQxGIjUW2jmU9FBJyB+7Jpo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=IYp0x1s8K7+7Gw5l4WKsN9QR/CwLIUOaMFH95liOdiU8CQk8+xFUF1wfqjlNcnREI6 hrHL0n7UT/tvDTrJGP15PNJtJpA/y18txKHBLj7N3cTY2Ef/AXyvvXEckkcN4HR3yKzT An2tZJ+DS4Ld8BOLRgTutJlARw19I/ir6GPUQ= Original-Received: by 10.100.173.9 with SMTP id v9mr1262796ane.82.1221162580444; Thu, 11 Sep 2008 12:49:40 -0700 (PDT) Original-Received: by 10.100.13.13 with HTTP; Thu, 11 Sep 2008 12:49:40 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:103823 Archived-At: On Thu, Sep 11, 2008 at 18:20, Andreas Schwab wrote: > It's the other way round: patches are received (or not) when updating. > When committing (or diffing) the whole contents are always sent, [...] Aha. Then checking out all the sources with -kb has an even greater impact, because it affects all updates even if you don't have write access... Juanma