Dashboard > CruiseControl.NET > ... > Source Control Blocks > BitKeeper Source Control Block
BitKeeper Source Control Block Log In View a printable version of the current page.  
CruiseControl.NET documentation for latest CI builds
Added by Harold L Hunt II , last edited by Owen Rogers on Jan 25, 2007  (view change)

BitKeeper Configuration Examples

example using bkd

<sourcecontrol type="bitkeeper">
   <workingDirectory>c:\build\dev-1.0</workingDirectory>
   <autoGetSource>true</autoGetSource>
   <cloneTo>..\Source</cloneTo>
</sourcecontrol>

Configuration Elements

Node Description Type Required Default
executable Absolute, DOS-style, path to bk.exe string false c:\Program Files\BitKeeper\bk.exe
workingDirectory Absolute, DOS-style, path to permanent BK repository string true none
autoGetSource Automatically pull latest source into permanent BK repository bool false true
tagOnSuccess Add BK tag on successful build bool false false
cloneTo Make a clone of the permanent BK repository into the designated path string false none
fileHistory Include history of each file, rather than just ChangeSets bool false false
timeout Sets the timeout period for the source control operation. See Timeout Configuration for details. Timeout 10 minutes false
SSH Access Not Supported

Your permanent BK repository must have a parent accessed via bkd or the local filesystem; ssh access is not supported at this time.

Contributions

  • BitKeeper support added by Harold L Hunt II of StarNet Communications Corp.

Powered by a free Atlassian Confluence Open Source Project / Non-profit License granted to ThoughtWorks, Inc.. Evaluate Confluence today.
Powered by Atlassian Confluence 2.7.1, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators