next up previous contents index
Next: CCUnCheckout Up: Clearcase Tasks Previous: CCCheckin   Contents   Index

CCCheckout

Description

Task to perform a Checkout command to ClearCase.

Parameters

Attribute Values Required
viewpath Path to the ClearCase view file or directory that the command will operate on No
reserved Specifies whether to check out the file as reserved or not Yes
out Creates a writable file under a different filename No
nodata Checks out the file but does not create an editable file containing its data No
branch Specify a branch to check out the file to No
version Allows checkout of a version other than main latest No
nowarn Suppress warning messages No
comment Specify a comment. Only one of comment or commentfile may be used. No
commentfile Specify a file containing a comment. Only one of comment or commentfile may be used. No

Examples

<cccheckout viewpath="c:/views/viewdir/afile"
        reserved="true" 
        branch="abranch"
        nowarn="true"
        comment="Some comment text"/>
Does a ClearCase checkout on the file c:/views/viewdir/afile. It is checked out as reserved on branch called abranch. All warning messages are suppressed. A Some comment text is added to ClearCase as a comment.


next up previous contents index
Next: CCUnCheckout Up: Clearcase Tasks Previous: CCCheckin   Contents   Index
Andrew Marlow 2003-07-08