From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: BZR error! Date: Mon, 04 Jan 2010 14:30:08 +0100 Message-ID: <87fx6m576n.fsf@thinkpad.tsdh.de> References: <4B41BC84.7060305@alice.it> <87k4vy59y5.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1262611868 17721 80.91.229.12 (4 Jan 2010 13:31:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Jan 2010 13:31:08 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 04 14:31:00 2010 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 1NRn1P-0005Ns-AC for ged-emacs-devel@m.gmane.org; Mon, 04 Jan 2010 14:30:59 +0100 Original-Received: from localhost ([127.0.0.1]:54523 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NRn1P-000086-P8 for ged-emacs-devel@m.gmane.org; Mon, 04 Jan 2010 08:30:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NRn0i-000842-4F for emacs-devel@gnu.org; Mon, 04 Jan 2010 08:30:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NRn0d-00080a-AG for emacs-devel@gnu.org; Mon, 04 Jan 2010 08:30:15 -0500 Original-Received: from [199.232.76.173] (port=35229 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NRn0d-00080P-3k for emacs-devel@gnu.org; Mon, 04 Jan 2010 08:30:11 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:9037) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NRn0c-00067r-Ro for emacs-devel@gnu.org; Mon, 04 Jan 2010 08:30:11 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id B267578A34CC for ; Mon, 4 Jan 2010 14:30:09 +0100 (CET) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13576-10 for ; Mon, 4 Jan 2010 14:30:09 +0100 (CET) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad.tsdh.de (wlan-213.uni-koblenz.de [141.26.93.213]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 1C37C78A34CB for ; Mon, 4 Jan 2010 14:30:08 +0100 (CET) Mail-Copies-To: never Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: (Juanma Barranquero's message of "Mon, 4 Jan 2010 13:43:37 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-Virus-Scanned: amavisd-new at uni-koblenz.de X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:119351 Archived-At: Juanma Barranquero writes: Hi Juanma, >> Hm, I did a "bzr pull" right now, and it worked fine, although it >> downloaded more than 150MB!!! > > Likely you're using the sftp transport, Right. > while Angelo is using http. Perhaps the 150 MB choke the http > transport. That would be a bug or savannah config problem, right? Anyway, I still don't get where those 150MB come from. Checking .bzr/repositories/packs, the only one with a modification time from today has only 27 MB. The indices in .bzr/repositories/packs that were modified with the last pull sum up to only about 300KB. Bye, Tassilo