[Buildbot-devel] Help getting SVN step to work

Dustin J. Mitchell dustin at v.igoro.us
Fri Jun 14 22:06:29 UTC 2013


On Wed, Jun 12, 2013 at 3:04 PM, Amy Troschinetz
<Amy.Troschinetz at adometry.com> wrote:
> Obviously that's not at all a SVN reversion number. No idea where it even
> came from. However, why is buildbot even trying to execute a svn update
> command? Doesn't specifying mode='full' in the SVN step mean that it should
> be blasting away any existing local copy and re-checking out the entire
> thing every time?

No, the mode refers to the mode you want to build in -- "full" means
that you want to do a full build every time, so the source step should
produce a working copy free of any build artifacts or other detritus.
One way to do that is to delete the whole directory and re-checkout on
every build, but that's not the most efficient.

Dustin




More information about the devel mailing list