[Buildbot-commits] [Buildbot] #1055: missing a no-clobber option when svn fail to update? (and other rcs?)
Buildbot
buildbot-devel at lists.sourceforge.net
Fri Nov 12 02:42:09 UTC 2010
#1055: missing a no-clobber option when svn fail to update? (and other rcs?)
-------------------+--------------------------------------------------------
Reporter: blaize | Owner:
Type: defect | Status: new
Priority: major | Milestone: undecided
Version: 0.8.2 | Keywords: svn update clobber
-------------------+--------------------------------------------------------
I'm running buildbot with an svn revision control system on winxp.
Periodically the svn update step fails. Then maybeDoVCFallback() is
called in
\buildbot_slave-0.8.1-py2.6.egg\buildslave\vcs.py
Which does a clobber. Which deletes my source tree.
Now, my problems are (or seem to be to me):
i) when the SVN step fails it never recovers from this (it clobbers but
doesn't seem to checkout the source when it does).
ii) I have a 4Gb svn trunk dir (yes that is crazy) and I'd much much
much rather the SVN step just failed and continued to fail waiting on
human intervention.
There doesn't seem to be an obvious way to turn this behaviour off - is
that right? Amber Yust took a quick look and seems to think that this is
indeed a bug.
thanks
--
Ticket URL: <http://buildbot.net/trac/ticket/1055>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list