Ticket #303 (new defect)

Opened 4 months ago

Error during svn update/checkout leaves bogus revision/branch in waterfall

Reported by: marcusl Assigned to:
Priority: minor Milestone: undecided
Component: other Version: 0.7.7
Keywords: Cc:

Description

When a slave cannot checkout the source using SVN (password or network error) a revision/branch number/name is shown that has nothing to do with the actual checkout.

The revision number & branchname comes from other builders (we use several repos on one master, but treat them as one repo in buildbot using the fact that all are on the same host). It looks like the data comes the last successful checkout on the master, regardless of builder/branch/repo.

A bit wierd, and a bit annoying but nothing critical. It might be the source (or spawn) of other bugs though, so I'd thought I'd best mention it.