Home | Trees | Indices | Help |
|
---|
|
process.buildstep.BuildStep --+ | process.buildstep.LoggingBuildStep --+ | Source --+ | Arch
Check out a source tree from an Arch repository named 'archive' available at 'url'. 'version' specifies which version number (development line) will be used for the checkout: this is mostly equivalent to a branch name. This version uses the 'tla' tool to do the checkout, to use 'baz' see Bazaar instead.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Class Variables | |
name =
|
|
Inherited from Inherited from Inherited from |
Instance Variables | |
Inherited from |
Method Details |
|
Each subclass must implement this method to do something more precise than -rHEAD every time. For version control systems that use repository-wide change numbers (SVN, P4), this can simply take the maximum such number from all the changes involved in this build. For systems that do not (CVS), it needs to create a timestamp based upon the latest Change, the Build's treeStableTimer, and an optional self.checkoutDelay value.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 25 17:52:58 2010 | http://epydoc.sourceforge.net |