From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Something wrong with the repo? Date: Sun, 10 Oct 2010 15:08:02 +0200 Message-ID: <4CB1BAB2.9080402@swipnet.se> References: <4CB1B7A1.4070502@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1286717050 6438 80.91.229.12 (10 Oct 2010 13:24:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 10 Oct 2010 13:24:10 +0000 (UTC) Cc: schwab@linux-m68k.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 10 15:24:08 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.69) (envelope-from ) id 1P4vsj-0005XB-Tn for ged-emacs-devel@m.gmane.org; Sun, 10 Oct 2010 15:24:06 +0200 Original-Received: from localhost ([127.0.0.1]:34227 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4vsj-0002RG-4X for ged-emacs-devel@m.gmane.org; Sun, 10 Oct 2010 09:24:05 -0400 Original-Received: from [140.186.70.92] (port=58805 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4vsS-0002KJ-L8 for emacs-devel@gnu.org; Sun, 10 Oct 2010 09:23:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P4vdP-0004M4-Ug for emacs-devel@gnu.org; Sun, 10 Oct 2010 09:08:16 -0400 Original-Received: from smtprelay-h21.telenor.se ([195.54.99.196]:57689) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P4vdL-0004L7-4B; Sun, 10 Oct 2010 09:08:11 -0400 Original-Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-h21.telenor.se (Postfix) with ESMTP id 75040C738; Sun, 10 Oct 2010 15:08:09 +0200 (CEST) X-SENDER-IP: [85.225.45.35] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ak85AFJXsUxV4S0jPGdsb2JhbACHbpo6DAEBAQE1LbkOhUgEjUQ X-IronPort-AV: E=Sophos;i="4.57,309,1283724000"; d="scan'208";a="138618430" Original-Received: from c-232de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.35]) by ipb2.telenor.se with ESMTP; 10 Oct 2010 15:08:03 +0200 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id DE8F27FA05A; Sun, 10 Oct 2010 15:08:02 +0200 (CEST) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.2.11) Gecko/20101004 Thunderbird/3.1.5 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:131570 Archived-At: Eli Zaretskii skrev 2010-10-10 15.01: >> Date: Sun, 10 Oct 2010 14:54:57 +0200 >> From: Jan Dj=E4rv >> CC: Andreas Schwab, emacs-devel@gnu.org >> >> It is still something wrong: >> >> bzr: ERROR: Server sent an unexpected error: ('error', 'Unable to dete= rmine >> your name. Use "bzr whoami" to set it.') >> >> I tried 5 or 6 different settings to bzr whoami, no permutation worked= . >> Anybody know what should go in here that wasn't required previously? > > Nothing should be required, except editing your > .bzr/branch/branch.conf as I described: > > Replace > > sftp://USERNAME@bzr.savannah.gnu.org/srv/bzr/emacs/trunk/ > > with > > bzr+ssh://USERNAME@bzr.savannah.gnu.org/emacs/trunk/ > > I just did it on 2 different machines (1 GNU/Linux, the other > Windows), and it worked okay on both. Did you commit or just update? Update is fine, it is commit that fails, = I=20 forgot to mention that, sorry. > > Please double-check whether you didn't mistype the new URL. Update work, so I don't think so. Jan D.