Ticket #337 (closed defect: fixed)
Sendchange doesn't resolve revision correctly for subversion
| Reported by: | ronald.lew | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.7.9 |
| Version: | 0.7.8 | Keywords: | |
| Cc: |
Description
When sending a sendchange request mimicking a subversion changeset without specifying a revision number, the HEAD revision isn't resolved correctly but instead an error is thrown as specified below:
File "/usr/lib/python2.5/site-packages/buildbot-0.7.8-py2.5.egg/buildbot/steps/source.py", line 400, in computeSourceRevision
lastChange = max([int(c.revision) for c in changes])
exceptions.TypeError: int() argument must be a string or a number, not 'NoneType'
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)

Patch file for ticket #337