Description
Task to perform a UnCheckout command to ClearCase.
Parameters
Attribute | Values | Required
|
---|---|---|
viewpath | Path to the ClearCase view file or directory that the command will operate on | No |
keepcopy | Specifies whether to keep a copy of the file with a .keep extension or not | No |
Examples
<ccuncheckout viewpath="c:/views/viewdir/afile" keepcopy="true"/>Does a ClearCase uncheckout on the file c:/views/viewdir/afile. A copy of the file called c:/views/viewdir/afile.keep is kept.