emacs-devel
[Top][All Lists]
Advanced

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

Re: vc-dir does not show missing revisions for bzr


From: Eli Zaretskii
Subject: Re: vc-dir does not show missing revisions for bzr
Date: Thu, 03 Feb 2011 23:22:01 +0200

> From: Sam Steingold <address@hidden>
> Date: Thu, 03 Feb 2011 14:41:45 -0500
> 
> PS. I am seeing these all the time: C-x v d
> 
> Debugger entered--Lisp error: (error "Running bzr shelve --list -q ....FAILED 
> (status 3)")
>   signal(error ("Running bzr shelve --list -q ....FAILED (status 3)"))
>   error("Running %s...FAILED (%s)" "bzr shelve --list -q ." "status 3")
>   vc-do-command(#<buffer  *temp*> 1 "bzr" nil "shelve" "--list" "-q")
>   apply(vc-do-command #<buffer  *temp*> 1 "bzr" nil "shelve" ("--list" "-q"))
>   vc-bzr-command("shelve" #<buffer  *temp*> 1 nil "--list" "-q")
>   vc-bzr-shelve-list()
>   vc-bzr-dir-extra-headers("/home2/sds/src/emacs/trunk/")
>   apply(vc-bzr-dir-extra-headers "/home2/sds/src/emacs/trunk/")
>   vc-call-backend(Bzr dir-extra-headers "/home2/sds/src/emacs/trunk/")
>   vc-dir-headers(Bzr "/home2/sds/src/emacs/trunk/")
>   vc-dir-refresh()
>   vc-dir-mode()
>   vc-dir("/home2/sds/src/emacs/trunk/" nil)
>   call-interactively(vc-dir nil nil)
> 
> (insert-buffer " *temp*")
> bzr: ERROR: Could not acquire lock 
> "/home2/sds/src/emacs/trunk/.bzr/checkout/dirstate": [Errno 11] Resource 
> temporarily unavailable

Is the branch locked by some other bzr command running in parallel?



reply via email to

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