如何让cleartool lsvtree显示作者姓名

How to ask cleartool lsvtree to show the author's name

如何列出 ClearCase 版本,包括每个更改的作者?

我尝试了 lsvtree -all,但没有提供此信息。

检查 fmt_ccase 可用的不同选项,包括“%n %u”:%u 供用户使用。

文档提到:

Note: In commands that output data on multiple versions, such as lshistory and lsvtree, formatting is applied to each version, not to the command output as a whole.

但是,由于 lsvtree doesn't support fmt, you can fallback to lshistory:

cleartool lshistory -fmt "%n %u\n" afile