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: Fri, 04 Feb 2011 10:19:31 +0200

> From: Sam Steingold <address@hidden>
> Cc: address@hidden
> Date: Thu, 03 Feb 2011 17:00:59 -0500
> 
> > * Eli Zaretskii <address@hidden> [2011-02-03 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?
> 
> nope. all the bzr commands are started by C-x v d

Can you look in your ~/.bzr.log, and see what commands were running at
that time, and which one failed and why?



reply via email to

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