Clearcase: List labels matching a particular string

前端 未结 2 2019
闹比i
闹比i 2021-01-14 16:56

I would like to list the available labels matching a particular string applied in the view.

2条回答
  •  一个人的身影
    2021-01-14 17:49

    Hmm. I'm not entirely sure about this although the following will list all labels used for a given VOB (entered using ClearTool command line application).

    lstype -kind lbtype -invob vob_path_and_name -short
    

    for example with a View mapped to drive U: VOB "Some_VOB" would be:

    lstype -kind lbtype -invob U:\Some_VOB -short
    

提交回复
热议问题