From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Something wrong with the repo? Date: Sun, 10 Oct 2010 09:01:24 -0400 Message-ID: References: <4CB1B7A1.4070502@swipnet.se> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1286716443 3783 80.91.229.12 (10 Oct 2010 13:14:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 10 Oct 2010 13:14:03 +0000 (UTC) Cc: schwab@linux-m68k.org, emacs-devel@gnu.org To: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 10 15:14:01 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 1P4viv-0001IG-7w for ged-emacs-devel@m.gmane.org; Sun, 10 Oct 2010 15:13:57 +0200 Original-Received: from localhost ([127.0.0.1]:59820 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4vX0-0001UU-Tw for ged-emacs-devel@m.gmane.org; Sun, 10 Oct 2010 09:01:38 -0400 Original-Received: from [140.186.70.92] (port=43521 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4vWn-0001Tk-6O for emacs-devel@gnu.org; Sun, 10 Oct 2010 09:01:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P4vWm-0003aV-6h for emacs-devel@gnu.org; Sun, 10 Oct 2010 09:01:25 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:41742) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P4vWm-0003aR-59 for emacs-devel@gnu.org; Sun, 10 Oct 2010 09:01:24 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P4vWm-0001sj-0E; Sun, 10 Oct 2010 09:01:24 -0400 In-reply-to: <4CB1B7A1.4070502@swipnet.se> (message from =?ISO-8859-1?Q?Jan_Dj=E4rv?= on Sun, 10 Oct 2010 14:54:57 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/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:131569 Archived-At: > Date: Sun, 10 Oct 2010 14:54:57 +0200 > From: Jan Djärv > CC: Andreas Schwab , emacs-devel@gnu.org > > It is still something wrong: > > bzr: ERROR: Server sent an unexpected error: ('error', 'Unable to determine > 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. Please double-check whether you didn't mistype the new URL.