[Buildbot-commits] [Buildbot] #1959: svn sourcestep mode="copy" always_purge=True fails with externals.

Buildbot nobody at buildbot.net
Fri May 13 21:12:26 UTC 2011


#1959: svn sourcestep mode="copy" always_purge=True fails with externals.
----------------------+------------------------
Reporter:  tfogal     |       Owner:
    Type:  undecided  |      Status:  new
Priority:  minor      |   Milestone:  undecided
 Version:  0.8.1      |  Resolution:
Keywords:             |
----------------------+------------------------

Comment (by tfogal):

 I applied this patch:

 {{{
          for entry in result_xml.getElementsByTagName('entry'):
              (wc_status,) = entry.getElementsByTagName('wc-status')
 +            log.msg("item attr: %s" % wc_status.getAttribute('item'))
              if wc_status.getAttribute('item') == 'external':
                  continue
              if wc_status.getAttribute('item') == 'missing':
 }}}

 and didn't see a "item attr" message in my twistd.logs on either the
 master or slave.  I guess the XML is somehow getting parsed somewhere
 else??

-- 
Ticket URL: <http://trac.buildbot.net/ticket/1959#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list