[Buildbot] #2838: SVNPoller failes after upgrade to SVN 1.8.9
Buildbot trac
trac at buildbot.net
Sat Jul 19 21:36:29 UTC 2014
#2838: SVNPoller failes after upgrade to SVN 1.8.9
---------------------------+--------------------
Reporter: materialdreams | Owner:
Type: defect | Status: new
Priority: critical | Milestone: 0.9.0
Version: 0.8.6p1 | Resolution:
Keywords: SVNPoller |
---------------------------+--------------------
Comment (by materialdreams):
Replying to [comment:3 sa2ajj]:
> .startswith (which is used in the above check) is case sensitive. The
URL given to SVNPoller uses upper case, while the root returned by server
is in lower case (probably, it's how the svn server determines its own
hostname).
>
> Can you try to give the URL in all lower case letters?
You are absolutely right! I just didn't see it but I guess the compare
should rather be case insensitive anyway.
I change the URL to lower case and it worked as before.
--
Ticket URL: <http://trac.buildbot.net/ticket/2838#comment:5>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the bugs
mailing list