[Buildbot-commits] [buildbot/buildbot] 1732ad: svnpoller: Don't fail when revisions contain chang...

GitHub noreply at github.com
Sat Jan 26 21:09:38 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 1732adcc3eb11477d9fe9258fe772e3defaa3b34
      https://github.com/buildbot/buildbot/commit/1732adcc3eb11477d9fe9258fe772e3defaa3b34
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2013-01-24 (Thu, 24 Jan 2013)

  Changed paths:
    M master/buildbot/changes/svnpoller.py

  Log Message:
  -----------
  svnpoller: Don't fail when revisions contain changes outside our prefix.

When getting the logs, revisions that don't affect the SVNPoller.svnurl path
are already being filtered out by svn.  Since the poller doesn't even consider
them, I would expect it not to consider unrelated paths that come with the logs
and just filter them out.

Fixes #385.


  Commit: 07540df183435ae0986f0752da4a10c99d4051a4
      https://github.com/buildbot/buildbot/commit/07540df183435ae0986f0752da4a10c99d4051a4
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2013-01-24 (Thu, 24 Jan 2013)

  Changed paths:
    M master/buildbot/changes/svnpoller.py

  Log Message:
  -----------
  svnpoller: Replace an assert with a real test.


  Commit: c5165b6f144328565d84144dd13951d336001596
      https://github.com/buildbot/buildbot/commit/c5165b6f144328565d84144dd13951d336001596
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2013-01-26 (Sat, 26 Jan 2013)

  Changed paths:
    M master/buildbot/changes/svnpoller.py

  Log Message:
  -----------
  Fix review comment.


  Commit: 61eebd1d30bb9df3aedda81fffb5683612ba306b
      https://github.com/buildbot/buildbot/commit/61eebd1d30bb9df3aedda81fffb5683612ba306b
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2013-01-26 (Sat, 26 Jan 2013)

  Changed paths:
    M master/buildbot/changes/svnpoller.py

  Log Message:
  -----------
  Merge pull request #621 from tomprince/bug385

 svnpoller: Don't fail when revisions contain changes outside our prefix.


Compare: https://github.com/buildbot/buildbot/compare/b9dcd6b4bf01...61eebd1d30bb


More information about the Commits mailing list