Any svn blame equivalent for clearcase?

后端 未结 2 1574
遇见更好的自我
遇见更好的自我 2021-02-05 09:31

Are there any cleartool command line or tools equivalent to SVN\'s blame in Rational Clearcase?

相关标签:
2条回答
  • 2021-02-05 10:03

    If you want to send command output to stdout.

    cleartool annotate -out - foo.c

    0 讨论(0)
  • 2021-02-05 10:19

    The closest one would be with cleartool annotate:

    The annotate command lists the contents of a version, annotating each line to indicate when, and in which version, the line was added.
    You can customize the annotations using the –fmt option, which is described in the fmt_ccase reference page.
    By default, annotate writes its output to a file whose file-name extension is .ann.

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