next up previous contents index
Next: Continuus/Synergy Tasks Up: Clearcase Tasks Previous: CCUnCheckout   Contents   Index

CCUpdate

Description

Task to perform an Update command to ClearCase.

Parameters

Attribute Values Required
viewpath Path to the ClearCase view file or directory that the command will operate on No
graphical Displays a graphical dialog during the update No
log Specifies a log file for ClearCase to write to No
overwrite Specifies whether to overwrite hijacked files or not No
rename Specifies that hijacked files should be renamed with a .keep extension No
currenttime Specifies that modification time should be written as the current time. Either currenttime or preservetime can be specified. No
preservetime Specifies that modification time should preserved from the VOB time. Either currenttime or preservetime can be specified. No

Examples

<ccupdate viewpath="c:/views/viewdir"
        graphical="false" 
        log="log.log"
        overwrite="true"
        currenttime="true"
        rename="false"/>
Does a ClearCase update on the directory c:/views/viewdir. A graphical dialog will be displayed. The output will be logged to log.log and it will overwrite any hijacked files. The modified time will be set to the current time.


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