From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: James Westby Newsgroups: gmane.emacs.devel,gmane.comp.version-control.bazaar-ng.general Subject: Re: Bazaar and savannah don't like each other Date: Sat, 14 Jun 2008 19:20:21 +0100 Message-ID: <1213467621.9153.11.camel@flash> References: <19e566510806141007s762a33bex56b1d03470498ff1@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1213467591 27703 80.91.229.12 (14 Jun 2008 18:19:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 14 Jun 2008 18:19:51 +0000 (UTC) Cc: bazaar@lists.canonical.com, savannah-hackers@gnu.org, Sean O'Rourke , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 14 20:20:34 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 1K7aMa-0001CG-QC for ged-emacs-devel@m.gmane.org; Sat, 14 Jun 2008 20:20:33 +0200 Original-Received: from localhost ([127.0.0.1]:50854 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7aLm-0007Ci-Mv for ged-emacs-devel@m.gmane.org; Sat, 14 Jun 2008 14:19:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K7aLi-0007C3-E1 for emacs-devel@gnu.org; Sat, 14 Jun 2008 14:19:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K7aLg-0007BT-PK for emacs-devel@gnu.org; Sat, 14 Jun 2008 14:19:38 -0400 Original-Received: from [199.232.76.173] (port=48500 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7aLg-0007BL-I0; Sat, 14 Jun 2008 14:19:36 -0400 Original-Received: from jameswestby.net ([89.145.97.141]:41751) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K7aLg-000782-8H; Sat, 14 Jun 2008 14:19:36 -0400 Original-Received: from 92-236-87-214.cable.ubr19.aztw.blueyonder.co.uk ([92.236.87.214] helo=flash) by jameswestby.net with esmtpa (Exim 4.63) (envelope-from ) id 1K7aLc-0008KA-0t; Sat, 14 Jun 2008 19:19:32 +0100 Original-Received: by flash (Postfix, from userid 1000) id 4B6956E5537; Sat, 14 Jun 2008 19:20:21 +0100 (BST) In-Reply-To: X-Mailer: Evolution 2.22.2 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:99200 gmane.comp.version-control.bazaar-ng.general:42845 Archived-At: On Sat, 2008-06-14 at 13:59 -0400, Stefan Monnier wrote: > > $ bzr get http://arch.savannah.gnu.org/archives/emacs/bzr/emacs.app/ > > bzr: ERROR: Transport error: Server refuses to fullfil the request > > $ bzr --version > > Bazaar (bzr) 1.5 > > I thought it had been resolved in bzr-1.4 or thereabout, but it appears > this is not the case (or maybe it's a new problem). Can we figure out > whose fault it is and/or who's going to adapt so that the two can > work together? > https://bugs.edge.launchpad.net/bzr/+bug/230223 is the original bug report. This may well be a different cause though. Is there a proxy in between you and the server? Could you provide the relevant section of your ~/.bzr.log from after running bzr -Dhpss -Dhttp get \ http://arch.savannah.gnu.org/archives/emacs/bzr/emacs.app/ please? Thanks, James