From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: visiting files in Bazaar workarea Date: Sat, 01 Nov 2014 10:25:16 +0200 Message-ID: <837fzfz5sj.fsf@gnu.org> References: <87r3xna1xm.fsf@deb.home.net> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1414830365 18665 80.91.229.3 (1 Nov 2014 08:26:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Nov 2014 08:26:05 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 01 09:25:58 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XkU0S-0004Gw-Kr for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Nov 2014 09:25:56 +0100 Original-Received: from localhost ([::1]:45658 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkU0S-0006rq-7G for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Nov 2014 04:25:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkU0B-0006l1-6P for Help-gnu-emacs@gnu.org; Sat, 01 Nov 2014 04:25:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XkU05-000250-L1 for Help-gnu-emacs@gnu.org; Sat, 01 Nov 2014 04:25:39 -0400 Original-Received: from mtaout25.012.net.il ([80.179.55.181]:58229) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkU05-00024w-9E for Help-gnu-emacs@gnu.org; Sat, 01 Nov 2014 04:25:33 -0400 Original-Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0NEC00K00OVREX00@mtaout25.012.net.il> for Help-gnu-emacs@gnu.org; Sat, 01 Nov 2014 10:21:00 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NEC00ETKPUZTW70@mtaout25.012.net.il> for Help-gnu-emacs@gnu.org; Sat, 01 Nov 2014 10:21:00 +0200 (IST) In-reply-to: <87r3xna1xm.fsf@deb.home.net> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.181 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:100667 Archived-At: > From: Bernardo > Date: Sat, 01 Nov 2014 17:07:49 +1100 > > if i run: > $ emacs -Q some_filename > > in a directory which contains (or its parent has) .bzr directory *and* > currently don't have connection to the corresponding Bazaar repository, > Emacs stalls and fails to load the file. An example would be when > Bazaar repository is somewhere on the LAN and temporarily there's no > connection to it. Is that Bazaar branch a lightweight checkout? That is, did you checkout the directory in a way that leaves all the meta-data on the remote server? What was the command you used to checkout the Emacs development tree? AFAIK, the only situation where bzr wants to connect to the remote server is when the meta-data is not available locally. The default is to have it cloned to the local computer, so you must have done something to prevent that. > Anybody knows about a nice way around this? Yes, don't use lightweight checkouts.