[BUG] bundle cannot handle binary files

Alexander Belchenko bialix at ukr.net
Sat Jul 8 17:29:35 BST 2006


John Arbash Meinel пишет:
> Alexander Belchenko wrote:
>> John Arbash Meinel пишет:
> Attached is my bundle. I'm wondering if the bzr.ico you emailed has been
> corrupted. So here is the md5sum and sha1sum:
 >
 > $ sha1sum bzr.ico
 > 052ea01f95b82fa224100f4c6bbbafe33a707a6b  bzr.ico
 > $ md5sum bzr.ico
 > d39b3755cbe886093198da133d94fe88  bzr.ico

I check md5 -- my bzr.ico have the same md5 value.

E:\Bazaar-NG\devel\bzr.dev.win32.installer>python -c "import md5; print 
md5.md5(file('bzr.ico','rb').read()).hexdigest()"
d39b3755cbe886093198da133d94fe88

> Its possible that the .ico you emailed had already been corrupted
> enough, that it works fine everywhere else.

I try to merge your bundle with current bzr.dev. And have the same 
error: MalformedLine.

When I use fixed bzr (that use StringIO.readlines()) it merges OK. And 
after merge I've got the same bzr.ico. I check it -- it's the same as I 
use in my computer.

I'm also don't understand why it works on your computer but not works on 
my computer. Both bundle (your and mine) does not work on my win32 
machine with recent (not fixed) bzr.dev.

--
Alexander





More information about the bazaar mailing list