相当于 svnblame/gitblame 的clearcase?
在 Rational Software 的 Clearcase 中,是否有一个 cleartool
子命令或其他命令行工具,相当于 SVN 或 git 中的 blame
命令?
In Rational Software's Clearcase, is there a cleartool
subcommand, or other command line tool, equivalent to the blame
command in SVN or in git?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
最接近的一个是
cleartool注释
:要在终端上输出,例如 SVN 或 git Blame,命令行可能是:
The closest one would be with
cleartool annotate
:To have the output on the terminal, like SVN or git blame, a command-line might be:
如果要将命令输出发送到 stdout。
cleartool注释-out - foo.c
If you want to send command output to stdout.
cleartool annotate -out - foo.c