|
This page last changed on Dec 08, 2009 by csut017.
BitKeeper Source Control Block
Source control integration for the BitKeeper source control product.
Version
Available from version 1.0
Examples
<sourcecontrol type="bitkeeper">
<workingDirectory>c:\build\dev-1.0</workingDirectory>
<autoGetSource>true</autoGetSource>
<cloneTo>..\Source</cloneTo>
</sourcecontrol>
Configuration Elements
| Element |
Description |
Type |
Required |
Default |
Version |
| type |
The type of source control block. |
String - must be bitkeeper |
Yes |
n/a |
1.0 |
| autoGetSource |
Automatically pull latest source into permanent BK repository. |
Boolean |
No |
true |
1.0 |
| cloneTo |
Make a clone of the permanent BK repository into the designated path. The DOS-style path can be relative to WorkingDirectory or absolute. |
String |
No |
None |
1.0 |
| dynamicValues |
The dynamic values to use for the source control block. |
Dynamic Values array |
No |
None |
1.5 |
| executable |
Absolute, DOS-style, path to bk.exe. |
String |
No |
c:\Program Files\BitKeeper\bk.exe |
1.0 |
| fileHistory |
Include history of each file, rather than just ChangeSets. |
Boolean |
No |
false |
1.0 |
| issueUrlBuilder |
Converts the comment (or parts from it) into an url pointing to the issue for this build. See IssueUrlBuilder for more details. |
IssueUrlBuilder |
No |
None |
1.4 |
| tagOnSuccess |
Add BK tag on successful build. |
Boolean |
No |
false |
1.0 |
| timeout |
Sets the timeout period for the source control operation. See Timeout Configuration for details. |
Timeout Configuration |
No |
10 minutes |
1.0 |
| workingDirectory |
Absolute, DOS-style, path to permanent BK repository. |
String |
Yes |
Project Working Directory |
1.0 |
Notes
 | 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.
 | Automatically Generated
Documentation generated on Tuesday, 8 Dec 2009 at 10:21:00 PM |
|