ClearCase: How to find elements that do NOT have a particular label

前端 未结 3 1004
终归单人心
终归单人心 2020-12-18 10:02

I\'m looking for a ClearCase command that will list all the elements that are visible in my current view, but do NOT have a particular label applied to them

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-18 10:27

    I needed to use the following on my Linux clearcase install:

    cleartool find -cview -all -version '\!lbtype(LABEL_X)' -print
    

    The syntax from VonC's post did not work properly with the "!" not being escaped.

提交回复
热议问题