Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在不同的目录中创建了一些文件。我创建时无法添加它们,因此我需要稍后再添加。
有没有办法获取 ClearCase 视图中所有文件的列表,这些文件实际上不在源代码控制之下?
是的:您可以使用 ClearCase 列出您的所有私人文件,使用
cleartool lsprivate
cleartool ls -rec -view_only
不过,您将需要 grep 特定文件的输出。 有关更多信息,请参阅“命令以递归方式查找当前目录中的所有查看私有文件”。