[Buildbot] #2838: SVNPoller failes after upgrade to SVN 1.8.9
Buildbot trac
trac at buildbot.net
Sat Jul 19 21:03:27 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 |
---------------------------+--------------------
Changes (by dustin):
* priority: blocker => critical
* milestone: undecided => 0.9.0
Old description:
> I needed to upgrade the SVN client to 1.8.9 on the buildmaster and now
> the SVNPoller reports the following error:
> -----start-----
> File "/usr/local/lib/python2.6/dist-
> packages/Twisted-12.2.0-py2.6-linux-i686.egg/twisted/internet/defer.py",
> line 464, in _startRunCallbacks
> self._runCallbacks()
> --- <exception caught here> ---
> File "/usr/local/lib/python2.6/dist-
> packages/Twisted-12.2.0-py2.6-linux-i686.egg/twisted/internet/defer.py",
> line 551, in _runCallbacks
> current.result = callback(current.result, *args, **kw)
> File "/usr/local/lib/python2.6/dist-
> packages/buildbot-0.8.6p1-py2.6.egg/buildbot/changes/svnpoller.py", line
> 196, in determine_prefix
> (self.svnurl, root))
> exceptions.AssertionError:
> svnurl='https://QLTFS02.qualiant.at:8443/svn/JOB/ljs_app' doesn't start
> with <root>='https://qltfs02.qualiant.at:8443/svn/JOB'
> -----end-----
>
> I've traced the output of the actual svn info command and it is as
> follows:
> -----start-----
> <info>
> <entry kind="dir" path="ljs_app" revision="43372">
> <url>https://qltfs02.qualiant.at:8443/svn/JOB/ljs_app</url>
> <relative-url>^/ljs_app</relative-url>
> <repository>
> <root>https://qltfs02.qualiant.at:8443/svn/JOB</root>
> <uuid>a9304175-a405-0a43-ac01-657dd0c039f0</uuid>
> </repository>
> <commit revision="43372">
> <author>doberkofler</author>
> <date>2014-07-18T06:29:01.631957Z</date>
> </commit>
> </entry>
> </info>
> -----end-----
>
> There seems to be a <root> element but i guess the problem is more
> complex and I would really need some help to get this problem solved.
>
> thank you!
New description:
I needed to upgrade the SVN client to 1.8.9 on the buildmaster and now the
SVNPoller reports the following error:
{{{
File "/usr/local/lib/python2.6/dist-
packages/Twisted-12.2.0-py2.6-linux-i686.egg/twisted/internet/defer.py",
line 464, in _startRunCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/usr/local/lib/python2.6/dist-
packages/Twisted-12.2.0-py2.6-linux-i686.egg/twisted/internet/defer.py",
line 551, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/local/lib/python2.6/dist-
packages/buildbot-0.8.6p1-py2.6.egg/buildbot/changes/svnpoller.py", line
196, in determine_prefix
(self.svnurl, root))
exceptions.AssertionError:
svnurl='https://QLTFS02.qualiant.at:8443/svn/JOB/ljs_app' doesn't start
with <root>='https://qltfs02.qualiant.at:8443/svn/JOB'
-----end-----
I've traced the output of the actual svn info command and it is as
follows:
-----start-----
<info>
<entry kind="dir" path="ljs_app" revision="43372">
<url>https://qltfs02.qualiant.at:8443/svn/JOB/ljs_app</url>
<relative-url>^/ljs_app</relative-url>
<repository>
<root>https://qltfs02.qualiant.at:8443/svn/JOB</root>
<uuid>a9304175-a405-0a43-ac01-657dd0c039f0</uuid>
</repository>
<commit revision="43372">
<author>doberkofler</author>
<date>2014-07-18T06:29:01.631957Z</date>
</commit>
</entry>
</info>
}}}
There seems to be a <root> element but i guess the problem is more complex
and I would really need some help to get this problem solved.
thank you!
--
--
Ticket URL: <http://trac.buildbot.net/ticket/2838#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the bugs
mailing list