【问题标题】:Find all files that are not added to ClearCase查找所有未添加到 ClearCase 的文件
【发布时间】:2012-10-12 17:59:27
【问题描述】:

我在不同的目录中创建了一些文件。创建时无法添加,需要稍后添加。

有没有办法获取 ClearCase 视图中所有文件的列表,这些文件实际上不受源代码控制?

【问题讨论】:

    标签: clearcase


    【解决方案1】:

    是的:您可以使用 ClearCase 列出您的所有私有文件,使用

    • cleartool lsprivate(仅适用于动态视图,不适用于快照视图)
    • cleartool ls -rec -view_only

    不过,您需要对特定文件的输出进行 grep。
    更多信息请参见“Command to find all view private files in the current directory recursively”。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2011-04-25
      • 1970-01-01
      • 1970-01-01
      • 2011-09-20
      • 2013-12-23
      • 2020-07-16
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多