From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: BZR error! Date: Mon, 04 Jan 2010 14:50:24 +0100 Message-ID: <4B41F220.9000205@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1262613089 22347 80.91.229.12 (4 Jan 2010 13:51:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Jan 2010 13:51:29 +0000 (UTC) To: Emacs Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 04 14:51:19 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 1NRnKm-00089x-Jd for ged-emacs-devel@m.gmane.org; Mon, 04 Jan 2010 14:51:00 +0100 Original-Received: from localhost ([127.0.0.1]:59454 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NRnKm-0001EB-VA for ged-emacs-devel@m.gmane.org; Mon, 04 Jan 2010 08:51:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NRnKh-0001Dg-7w for emacs-devel@gnu.org; Mon, 04 Jan 2010 08:50:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NRnKb-0001D5-5l for emacs-devel@gnu.org; Mon, 04 Jan 2010 08:50:53 -0500 Original-Received: from [199.232.76.173] (port=46650 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NRnKb-0001D2-29 for emacs-devel@gnu.org; Mon, 04 Jan 2010 08:50:49 -0500 Original-Received: from smtp-out112.alice.it ([85.37.17.112]:2478) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NRnKa-0004eV-IW for emacs-devel@gnu.org; Mon, 04 Jan 2010 08:50:48 -0500 Original-Received: from FBCMMO02.fbc.local ([192.168.68.196]) by smtp-out112.alice.it with Microsoft SMTPSVC(6.0.3790.3959); Mon, 4 Jan 2010 14:50:44 +0100 Original-Received: from FBCMCL01B06.fbc.local ([192.168.69.87]) by FBCMMO02.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Mon, 4 Jan 2010 14:50:44 +0100 Original-Received: from [82.55.237.89] ([82.55.237.89]) by FBCMCL01B06.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Mon, 4 Jan 2010 14:50:44 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 X-OriginalArrivalTime: 04 Jan 2010 13:50:44.0353 (UTC) FILETIME=[E937EF10:01CA8D44] X-detected-operating-system: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ 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:119352 Archived-At: Juanma Barranquero wrote: > Likely you're using the sftp transport, while Angelo is using http. > Perhaps the 150 MB choke the http transport. The first time (a few days ago), I did bzr checkout --lightweight http://bzr.savannah.gnu.org/r/emacs/trunk emacs-trunk and than, always: cd emacs-trunk bzr up It worked just fine (I did several builds) up to this morning. The trunk size is $ du -s emacs-trunk 110M which is the same I got with 'cvs up...' Ciao, Angelo.