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 13:30:26 +0100 Message-ID: <87k4vy59y5.fsf@thinkpad.tsdh.de> References: <4B41BC84.7060305@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1262608251 5075 80.91.229.12 (4 Jan 2010 12:30:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Jan 2010 12:30:51 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 04 13:30:44 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 1NRm52-0004HF-Uz for ged-emacs-devel@m.gmane.org; Mon, 04 Jan 2010 13:30:41 +0100 Original-Received: from localhost ([127.0.0.1]:39937 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NRm53-0006m0-8K for ged-emacs-devel@m.gmane.org; Mon, 04 Jan 2010 07:30:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NRm4y-0006ln-5e for emacs-devel@gnu.org; Mon, 04 Jan 2010 07:30:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NRm4s-0006lK-NW for emacs-devel@gnu.org; Mon, 04 Jan 2010 07:30:34 -0500 Original-Received: from [199.232.76.173] (port=40813 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NRm4s-0006lH-Hx for emacs-devel@gnu.org; Mon, 04 Jan 2010 07:30:30 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:13954) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NRm4r-0001cV-WF for emacs-devel@gnu.org; Mon, 04 Jan 2010 07:30:30 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 6852778A34B0 for ; Mon, 4 Jan 2010 13:30:29 +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 27934-07 for ; Mon, 4 Jan 2010 13:30:26 +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 D07E378A33C7 for ; Mon, 4 Jan 2010 13:30:26 +0100 (CET) Mail-Copies-To: never Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: <4B41BC84.7060305@alice.it> (Angelo Graziosi's message of "Mon, 04 Jan 2010 11:01:40 +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:119348 Archived-At: Angelo Graziosi writes: Hi Angelo, > $ bzr up > bzr: ERROR: Transport error: Server refuses to fulfill the request (403 > Forbidden) for http://bzr.savannah.gnu.org/r/emacs/trunk/.bzr/branch-format > > Up to a few hours ago (this night, rev. 99249) it worked just fine (I > use it since 20091228). Hm, I did a "bzr pull" right now, and it worked fine, although it downloaded more than 150MB!!! BTW, what's the difference between pull and update? Is "bzr update" a pull without commit followed by a merge with local modifications, and "bzr pull" a pull with direct commit? Bye, Tassilo