Bazaar commit on binary file: error report

Martin Pool mbp at sourcefrog.net
Mon Dec 10 02:20:36 GMT 2007


On Dec 6, 2007 2:34 AM, Sebastian Jancke <jancke.sebastian at gmx.de> wrote:
> Hello,
>
> I've got a project containing a binary-file 'Herkules.rgb' (simple bytes
> for a graphics texture). I've done 'bzr init' and 'bzr add' on the project.
>
> While 'bzr commit...' I've got this error-report:
>
> added debug/Herkules.rgb
> bzr: ERROR: exceptions.UnicodeEncodeError: 'ascii' codec can't encode
> character
> u'\xdc' in position 60: ordinal not in range(128)

Hi Sebastian,

Thankyou for the report.

I think this error may be due not to the binary file, but rather to
Bazaar being run inside a directory whose name is not representable in
ascii.  I think this bug is fixed in the 1.0rc2 -- could you please
try that and let us know?

-- 
Martin



More information about the bazaar mailing list