clearcase命令收集(国外英文资料).doc
文本预览下载声明
clearcase命令收集(国外英文资料)
Clearcase commands collect the 2008-08-21 17:23
CC common commands
For some library operations that do not apply to the script, you can manually enter the library directly through the CC basic command.
? Ct co - nc - checkout - nocomments
? Ct ci-nc - checkin-nocomments
? Ct ls - list version
? Ct lsco -- listcheckout
? Ct LSH -- listhistory
? Ct protect - chmod 555 filename
? Ct protect -r-chmod 555 filename
? Ct protect - - chown owner
? Ct protect - r - CHGRP group
? Ct rmver filename @@version - deletes a version
? Ct chtype compressed_file filename - modifies file properties
? The clearfsimport-r source path path - which is available when you need to enter a directory of the library and all its subdirectories and files
? The clearfsimport source path path - available when you need to enter a catalog and all the files below
New directory process
? Ct co - nc.
? Ct mkdir - nc iirepair311
? Ct ci - nc.
? CD iirepair311
? Ct mkdir - nc SRC
? Ct mkdir - nc inc.
? Ct mkdir - nc bin
? Ct ci - nc.
? Cp files to the appropriate directory
? Ct mkelem-nc corresponding file name (new file)
? Ct ci - nc SRC
? Ct ci - nc inc
? Ct ci - nc bin
? Ct ci - nc corresponding file name
? CD dev
? Clearfsimport-r iirepair311 / vobs/MCBDRP /... (copy the file under the entire directory to the specified directory, often used for multiple file entry and document entry)
Delete the file
? Ct rmelem-f file name
or
? Place the file on the first level directory, checkout, and then execute the ct rm file name and end up with the checkout directory checkin.
There are files for manual entry
? CD DRP directory: enter the MCBDRP directory where the file resides
? Ct co - nc DRP file name: checkout the code file in the controlled library that needs to be updated
? The file in cp dev (which requires absolute path) DRP files: update the controlled library files to the version in the development library
? Ct ci-nc DRP file name: controlled library files updated in checkin
No fil
显示全部