The CVS
build step performs a CVS checkout or update. It takes the following arguments:
cvsroot
:pserver:anonymous@cvs.sourceforge.net:/cvsroot/buildbot
cvsmodule
module
, which is generally a
subdirectory of the CVSROOT. The cvsmodule for the Buildbot source
code is buildbot
.
branch
-r
argument. This is most
useful for specifying a branch to work on. Defaults to HEAD
.
global_options
checkout_options
export_options
extra_options
checkout_options
is only used for checkout operations,
export_options
is only used for export operations, and
extra_options
is used for both.
checkoutDelay
-D
option. Defaults to
half of the parent Build's treeStableTimer.