From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: BZR error! Date: Mon, 04 Jan 2010 14:39:51 -0700 Message-ID: References: <4B41BC84.7060305@alice.it> Reply-To: Tom Tromey NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1262666123 23655 80.91.229.12 (5 Jan 2010 04:35:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Jan 2010 04:35:23 +0000 (UTC) Cc: Emacs To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 05 05:35:16 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from terminus-est.gnu.org ([66.92.78.210] helo=lists.gnu.org) by lo.gmane.org with esmtp (Exim 4.50) id 1NS18V-000176-Fg for ged-emacs-devel@m.gmane.org; Tue, 05 Jan 2010 05:35:15 +0100 Original-Received: from localhost ([127.0.0.1]:56089 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NS18V-0006Cr-P4 for ged-emacs-devel@m.gmane.org; Mon, 04 Jan 2010 23:35:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NS0tH-00010Q-78 for emacs-devel@gnu.org; Mon, 04 Jan 2010 23:19:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NS0tB-0000y6-VP for emacs-devel@gnu.org; Mon, 04 Jan 2010 23:19:30 -0500 Original-Received: from [199.232.76.173] (port=52755 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NS0Kb-0006dw-Az for emacs-devel@gnu.org; Mon, 04 Jan 2010 22:43:41 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]:5281) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NRzTm-00077y-73 for emacs-devel@gnu.org; Mon, 04 Jan 2010 21:49:06 -0500 Original-Received: from mx1.redhat.com ([209.132.183.28]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NRuen-0006Sf-2L for emacs-devel@gnu.org; Mon, 04 Jan 2010 16:40:09 -0500 Original-Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o04LdvLT024080 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 4 Jan 2010 16:39:58 -0500 Original-Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o04Ldum3021600; Mon, 4 Jan 2010 16:39:56 -0500 Original-Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id o04Ldpov011568; Mon, 4 Jan 2010 16:39:54 -0500 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id 49F1037817D; Mon, 4 Jan 2010 14:39:51 -0700 (MST) X-Attribution: Tom 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 (gnu/linux) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.18 X-detected-operating-system: by mx20.gnu.org: Genre and OS details not recognized. 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:119408 Archived-At: >>>>> "Angelo" == Angelo Graziosi writes: Angelo> $ bzr up Angelo> bzr: ERROR: Transport error: Server refuses to fulfill the request Angelo> (403 Forbidden) for Angelo> http://bzr.savannah.gnu.org/r/emacs/trunk/.bzr/branch-format I get this same error when following the "Initializing Your Local Bazaar Repository" directions on the wiki. Tom