bzr: ERROR: Unable to delete transform temporary directory

Bob Tanner tanner at real-time.com
Mon Sep 3 06:03:49 BST 2007


John Arbash Meinel wrote:
>
> I would guess it has to do with Aaron's recent change:
>  2765 Canonical.com Patch Queue Manager 2007-08-29 [merge]
>       Add rollback to TreeTransform
>
> Can you try running with revision 2764 and 2765 to see if that indeed triggers
> the error you are seeing?
>
>
>   
Labor day weekend here in America (4 day weekend), I'll see if I can
find the time between hot dogs, water skiing, and drinking beer. :-)
Otherwise I'll look at it on Tuesday.

Just wanted to point out that  revision: 2776 still has the problem

$ bzr get http://bazaar.eqenchanters.org/WoW/AddOns/ XXX
\ [======================================================     ] Build
phase 1/2bzr: ERROR: Unable to delete transform temporary directory
$(limbo_dir)s.
    Please examine /Applications/World of
Warcraft/Interface/XXX/.bzr/checkout/limbo to see if it contains any
files you wish to
    keep, and delete it when you are done.
$ cd XXX/
$ ls -al
total 0
drwxr-xr-x   3 tanner  admin  102 Sep  1 23:36 .
drwxr-xr-x   4 tanner  admin  136 Sep  1 23:13 ..
drwxr-xr-x   8 tanner  admin  272 Sep  1 23:36 .bzr

Ugh! Didn't even get to the files only the .bzr directory came down.

Adding to the mess, I tried to 'bzr get -r 2764' with 2776 and got the
same error.

I had to download a pristine bzr-0.90.tar.gz and use it to get a 2764
revision.

Now when I try to use 2764 to get my repo, I get this:

$ ~/tmp/bzr.dev/bzr get http://bazaar.eqenchanters.org/WoW/AddOns/
AddOns-2764
bzr: ERROR: [Errno 66] Directory not empty      
$ rm -rf AddOns-2764
$ ~/tmp/bzr.dev/bzr get
http://bazaar.eqenchanters.org/WoW/AddOns/           
bzr: ERROR: [Errno 66] Directory not empty             


Using 2765

$ ~/tmp/bzr.dev-2765/bzr get http://bazaar.eqenchanters.org/WoW/AddOns/
AddOns-2765
| [=====================================================      ] Build
phase 1/2bzr: ERROR: Unable to delete transform temporary directory
$(limbo_dir)s.
    Please examine /Users/tanner/tmp/AddOns-2765/.bzr/checkout/limbo to
see if it contains any files you wish to
    keep, and delete it when you are done.

Maybe something is wrong with my remote repo?




More information about the bazaar mailing list