Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
72:clearcase_operations [2018/07/09 17:58] – [ClearCase Operations and Commands] bkkr72:clearcase_operations [2018/07/09 18:29] – [ClearCase Operations and Commands] bkkr
Line 29: Line 29:
 **Mount VOB for Dynamic View:** **Mount VOB for Dynamic View:**
   * <font inherit/Courier New,Courier,monospace;;inherit;;inherit>''lmount <vob tag>''</font>   * <font inherit/Courier New,Courier,monospace;;inherit;;inherit>''lmount <vob tag>''</font>
 +
 +=== Files ===
 +
 +**Initial Creation:**
 +  * Checkout Directory:
 +      * ''<font inherit/Courier New,Courier,monospace;;inherit;;inherit>checkout –nc <path></font>''
 +  * Add File:
 +      * ''<font inherit/Courier New,Courier,monospace;;inherit;;inherit>mkelem –mkpath –nc <file element></font>''
 +  * Checkin Directory:
 +      * ''<font inherit/Courier New,Courier,monospace;;inherit;;inherit>checkin –comment “added <file name>” <path></font>''
 +**Checkout:**
 +  * **''<font inherit/Courier New,Courier,monospace;;inherit;;inherit>checkout –nc <path></font>'' **
 +**Undo Checkout:**
 +  * ''<font inherit/Courier New,Courier,monospace;;inherit;;inherit>uncheckout –rm <path></font>''
 +**Checkin:**
 +  * ''<font inherit/Courier New,Courier,monospace;;inherit;;inherit>checkin –comment <comment> -identical <path></font>''
 +**Change State:**
 +  * ''<font inherit/Courier New,Courier,monospace;;inherit;;inherit>[mkattype –ordinary –comment “Stages document state” <attribute \\
 +type specification>] \\
 +mkattr –replace <attribute type> ‘“<attribute value>”’ <file></font>''
 +
 +**Update File in Snapshot View:**
 +  * ''<font inherit/Courier New,Courier,monospace;;inherit;;inherit>update –force –overwrite –log “NUL”<parent directory></font>'' \\ //or//: \\ ''<font inherit/Courier New,Courier,monospace;;inherit;;inherit>update –force –overwrite –log “NUL”<file></font>''
 +**Check if File is View-Private:**
 +  * ''<font inherit/Courier New,Courier,monospace;;inherit;;inherit>describe –fmt “%Vn” <file></font>''
 +**Determine Information about Current Version:**
 +  * <font inherit/Courier New,Courier,monospace;;inherit;;inherit>''describe –fmt “%Vn\n%PVn\n%Nd\n%u\n%[pkitStatus] ]a\n%l\n%c \\
 +=*&*=*&*HISTORY_ENTRY_DELIMITER*&*=*&*=\n” <file>''</font>
 +
 +**Determine Version History Information:**
 +  * ''<font inherit/Courier New,Courier,monospace;;inherit;;inherit>lshistory –fmt “%Vn\n%PVn\n%Nd\n%u\n%[pkitStatus] ]a\n%l\n%c \\
 +=*&*=*&*HISTORY_ENTRY_DELIMITER*&*=*&*=\n” <file></font>''
 +
 +**Download Old Version:**
 +  *
 +
 +''<font inherit/Courier New,Courier,monospace;;inherit;;inherit>get –to <temporary path> <element path>@@<version selector></font>''
 +**Add Label:**
 +  *
 +
 +''<font inherit/Courier New,Courier,monospace;;inherit;;inherit>[mklbtype –ordinary –comment “created by Stages” <label type>] \\
 +mklabel –replace <label type> <file></font>''