Cleartool: How to apply label to files which are in my current view only?

前端 未结 3 1309
渐次进展
渐次进展 2021-01-02 11:10

I could not find the proper command to apply a label to files which are in my current view. I have tried the following command:

cleartool mklabel -r TEST_LAB         


        
3条回答
  •  梦谈多话
    2021-01-02 11:51

    cleartool mklabel  -r(ecurse) LABEL_NAME 
    

    This command will apply LABEL_NAME to all files in folder and below of your view, you can just go to that directory,then type following command to create and apply label

    > cd /vob/test/a
    > cleartool mklbtype –nc TEST_LABEL 
    > cleartool mklabel  -r TEST_LABEL .
    

提交回复
热议问题