help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: visiting files in Bazaar workarea


From: Eli Zaretskii
Subject: Re: visiting files in Bazaar workarea
Date: Sat, 01 Nov 2014 10:25:16 +0200

> From: Bernardo <bernardo.bacic@pobox.com>
> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]