如何找到流对应的UCM视图?

时间:2015-05-12 12:10:54

标签: view clearcase-ucm

在UCM中,我有一个视图A,我想知道创建了哪个UCM流 如何查找哪个流对应的UCM视图?

命令" cleartool lsview -properties -full A"并没有告诉我有关该流的任何信息。

1 个答案:

答案 0 :(得分:0)

您可以尝试:

 Intent intent = new Intent(Intent.ACTION_MAIN);    
    intent.setComponent(newComponentName("com.demo.iTemp.activity","com.demo.iTemp.activity.SplashActivity"));

这允许您从该流中获取其他信息,例如foundation baselines or baselines for a component

添加cd /path/to/my/view cleartool lsstream -cview 选项,您可以看到该流的位置:

-anc

使用fmt_ccase,您可以直接获取其名称:

cleartool lsstream -cview -anc