Description
Task to perform a Checkin command to ClearCase.
Parameters
Attribute | Values | Required
|
---|---|---|
viewpath | Path to the ClearCase view file or directory that the command will operate on | 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 |
nowarn | Suppress warning messages | No |
preservetime | Preserve the modification time | No |
keepcopy | Keeps a copy of the file with a .keep extension | No |
identical | Allows the file to be checked in even if it is identical to the original | No |
Examples
<cccheckin viewpath="c:/views/viewdir/afile" commentfile="acomment.txt" nowarn="true" identical="true"/>Does a ClearCase checkin on the file c:/views/viewdir/afile. Comment text from the file acomment.txt is added to ClearCase as a comment. All warning messages are suppressed. The file is checked in even if it is identical to the original.