bzr: ERROR: Unable to delete transform temporary directory

Bob Tanner tanner at real-time.com
Thu Sep 6 23:48:39 BST 2007


> Just by the platforms, I would say that you are versioning a file which
> differs just in case. So you have
>
> path/foo
> and
> path/Foo
>
> Under Linux, we have no problem creating that, under Win32 and OS X it is
> causing a name conflict while we try to build your tree.

OSX is unix-ish under the covers, so I won't expect that behavior!

Here is what I did.

osx$ cd /path/to/AddOns
osx$ find . -type f > ~/tmp/osx.list

linux$ cd /path/to/AddOns
linux$ find . -type f > ~/tmp/linux.list
linux$ cd /tmp
linux$ scp osx:/path/to/AddOns/osx.list /tmp
linux$ diff -uNr linux.list osx.list

And I got a ton of changes. It was not what I expected, especially since on 
osx all I have ever done was 'bzr pull'.

Here is a shot in the dark, osx fails on several selftests with "out of file 
descriptors", could this be related?

Looks like ulimit on open files defaults to 256.

-- 
Bob Tanner <tanner at real-time.com>          | Phone : (952)943-8700
http://www.real-time.com, Minnesota, Linux | Fax   : (952)943-8500
Key fingerprint = F785 DDFC CF94 7CE8 AA87 3A9D 3895 26F1 0DDB E378
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20070906/0bfc9fef/attachment.pgp 


More information about the bazaar mailing list