How to retrieve stream name by a given view name in ClearCase UCM?

后端 未结 1 1985
忘掉有多难
忘掉有多难 2021-01-14 11:25

I\'m trying to figure out how to retrieve the stream which a given view is belong to. When I use \"ClearCase Explorer\" and right-click for view\'s properties, I get its st

相关标签:
1条回答
  • 2021-01-14 11:57

    By script:

    cleartool lsstream -view view_tag
    

    See cleartool lsstream man page:

    –vie/w view-tag
    

    Displays information for the stream connected to the specified view.

    0 讨论(0)
提交回复
热议问题