bzr: ERROR: Unable to delete transform temporary directory
John Arbash Meinel
john at arbash-meinel.com
Thu Sep 6 23:58:20 BST 2007
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Bob Tanner wrote:
> On Thursday 06 September 2007 05:48:39 pm Bob Tanner wrote:
>> Looks like ulimit on open files defaults to 256.
>
> Reset to open files to 4096, same problem.
>
>
> On a side note, I expected I could do something like this:
>
> linux$ cd /path/to/parent/of/AddOns
> linux$ bzr status
> linux$ (nothing to report)
> linux$ tar -cvvzpf /tmp/AddOns.tar.gz AddOns
> linux$ scp /tmp/AddOns.tar.gz osx:~/tmp/
>
> osx$ cd ~/tmp/
> osx$ tar -xvzpf AddOns.tar.gz
> osx$ cd AddOns
> osx$ bzr status
> Whole bunch of changes, differences, etc...
>
> That surprises me. Should be be the case?
>
Again, I'll remind you that OS X (by default) uses a case-insensitive
filesystem (HFS+). So yes, you would get a lot of changes if that is the case.
Oh, and if you are using non-ascii characters, Mac likes to rename files. So
instead of representing å as u'\xe5' like most of the world, it will
renormalize it to u'a\u030a'.
There are other oddities to HFS+ (like how it handles hardlinks), but I'm
guessing you are encountering one of these.
John
=:->
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFG4IYLJdeBCYSNAAMRAn9jAKCeGukoTncX9R+SO1i8PpiV41g8BgCeJDfN
srKHzKhhFGoUNEYHX89aSQg=
=ZVW7
-----END PGP SIGNATURE-----
More information about the bazaar
mailing list