Solving the commit-editor-locks-stuff-up problem.
Vincent Ladeuil
v.ladeuil+lp at free.fr
Sat Mar 21 10:41:14 GMT 2009
>>>>> "robert" == Robert Collins <robert.collins at canonical.com> writes:
robert> Certainly write operations currently have to write
robert> the entire thing always because its checksum needs
robert> updating.
Two cents here:
1) There is a potential bug with the checksum if the working tree
is shared (mounted file system for example) between a 32bits host
and a 64bits host. The 32 bits host will write an signed 32bits
checksum while the 64bits host will write a unsigned one.
2) We don't really care so far because nobody use that checksum.
Vincent
More information about the bazaar
mailing list