From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Scholtes Newsgroups: gmane.emacs.devel Subject: Re: Emacs bzr access problems Date: Tue, 02 Aug 2011 05:45:45 -0600 Message-ID: <4E37E369.7070003@gmail.com> References: <4E359806.6090002@gmail.com> <87r556w9ax.fsf@gmail.com> <83tya2b61m.fsf@gnu.org> <87y5zeuo1e.fsf@gmail.com> <4E35CC9E.9050200@gmail.com> <83d3goc1uo.fsf@gnu.org> <4E375959.2010709@gmail.com> <83aabsbk2x.fsf@gnu.org> <4E3768C1.3030300@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1312285564 26411 80.91.229.12 (2 Aug 2011 11:46:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 2 Aug 2011 11:46:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 02 13:46:01 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QoDQ8-00030I-QX for ged-emacs-devel@m.gmane.org; Tue, 02 Aug 2011 13:46:00 +0200 Original-Received: from localhost ([::1]:55277 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoDQ8-0003sq-3G for ged-emacs-devel@m.gmane.org; Tue, 02 Aug 2011 07:46:00 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:50654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoDQ5-0003sa-Ac for emacs-devel@gnu.org; Tue, 02 Aug 2011 07:45:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QoDQ4-0006Zs-Fc for emacs-devel@gnu.org; Tue, 02 Aug 2011 07:45:57 -0400 Original-Received: from mail-yi0-f41.google.com ([209.85.218.41]:61111) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoDQ2-0006ZV-NN; Tue, 02 Aug 2011 07:45:54 -0400 Original-Received: by yia13 with SMTP id 13so4753954yia.0 for ; Tue, 02 Aug 2011 04:45:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=lrPNltgi/zGhfgcyPGkn6jvQXh/GCiR/C9bSbToK1lU=; b=Jf1YPDxZwlTOw+7Fwug50a1cNOpt7vhOShT5e4mOenj0n/sPNyXEP4dv467tZhIWUU uYHiKwUVU1I8tSvhqD0qkch1Ib4Div9ve7KFA04bFF0XdfreLJKICiiG1nLLPe/Y4i7g Aqyn7XVaOHR7ZE4HswdYwpkmOpx9NgjTQnClM= Original-Received: by 10.43.135.72 with SMTP id if8mr3806202icc.393.1312285553588; Tue, 02 Aug 2011 04:45:53 -0700 (PDT) Original-Received: from [192.168.1.4] (71-208-125-36.hlrn.qwest.net [71.208.125.36]) by mx.google.com with ESMTPS id d8sm8067986icy.21.2011.08.02.04.45.52 (version=SSLv3 cipher=OTHER); Tue, 02 Aug 2011 04:45:52 -0700 (PDT) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.218.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:142687 Archived-At: On 8/1/2011 11:45 PM, Eli Zaretskii wrote: > Try using nosmart+, i.e. > > bzr up nosmart+bzr://bzr.savannah.gnu.org/emacs/trunk > > I just branched the whole trunk afresh: it worked with nosmart+bzr://, > but failed with bzr://. > > I will talk to the Savannah admins again. Thanks for trying this. I changed the branch.conf and added the nosmart+ part. Now the GNU/Linux branch updated fine. Thanks for looking at this.