ClearCase基本命令

最有用的一个:cleartool man command

@set ViewDir= E:/caicaiview/

@set comment="modify"

更新:ClearTool update %ViewDir%test.java

check out:ClearTool checkout -c %comment% %ViewDir%test.java

check in:ClearTool checkin -c %comment% %ViewDir%test.java

apply label:ClearTool mklabel -replace OMCRV2.30.110d %ViewDir%test.java

你可能感兴趣的:(ClearCase基本命令)