Cleartool: How to apply label to files which are in my current view only?
问题 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_LABEL /vob/test/a However, the problem is that this command will apply the " Test_Label " label to every files in the " vob/test/a " directories regardless of whether the files are in my current view. Is there any command to apply label only to the files listed in my current view? 回答1: cleartool mklabel -r(ecurse) LABEL_NAME <directory name>