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: bzr not working? Date: Mon, 10 Oct 2011 02:41:20 -0400 Message-ID: References: <83y5wtxzwv.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1318228890 583 80.91.229.12 (10 Oct 2011 06:41:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 10 Oct 2011 06:41:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tim Cross Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 10 08:41:26 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 1RD9YC-0004DJ-9N for ged-emacs-devel@m.gmane.org; Mon, 10 Oct 2011 08:41:24 +0200 Original-Received: from localhost ([::1]:57275 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RD9YB-0002Db-J0 for ged-emacs-devel@m.gmane.org; Mon, 10 Oct 2011 02:41:23 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:33950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RD9Y9-0002DT-DJ for emacs-devel@gnu.org; Mon, 10 Oct 2011 02:41:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RD9Y8-0006Sh-G0 for emacs-devel@gnu.org; Mon, 10 Oct 2011 02:41:21 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:60864) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RD9Y8-0006Sd-DH for emacs-devel@gnu.org; Mon, 10 Oct 2011 02:41:20 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RD9Y8-0005Ak-5r; Mon, 10 Oct 2011 02:41:20 -0400 In-reply-to: (message from Tim Cross on Mon, 10 Oct 2011 17:08:54 +1100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 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:144800 Archived-At: > Date: Mon, 10 Oct 2011 17:08:54 +1100 > From: Tim Cross > Cc: emacs-devel@gnu.org > > Now the question is why does it work for you and CD but not me? Could > there be some sort of cached authentication that is making it work for > you guys and not me? AFAIK, there's no authentication when you access the server via the bzr:// protocol. Try running the same command with the -Dhpss switch, i.e. bzr -Dhpss pull bzr://bzr.savannah.gnu.org/emacs/trunk/ Then look in your ~/.bzr.log file for clues. savannah-hackers-public guys will probably request this info anyway.