[Buildbot-devel] svn_buildbot.py is generating an error on some commits

Dustin J. Mitchell dustin at v.igoro.us
Mon Dec 13 00:23:33 UTC 2010


2010/12/1 Bailey, Darragh <dbailey at hp.com>:
> Attached patch fixes the issue for me, although I'm somewhat rusty on working on buildbot so I'm not 100% sure this is correct. Pretty much ripped the idea from the git_buildbot.py script.

I'm merging this change, but with one change - the issue is really one
of *decoding* strings.  Previously, svn_buildbot.py assumed 'ascii'
encoding, when in fact the changes are delivered in utf8.  utf8 is a
good default for this setting.

Thanks!

Dustin




More information about the devel mailing list