本文介绍了在CCRC中注释(“怪”)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
。提到:
In base ClearCase there is a "SVN blame"-style command called "Annotate" that shows who wrote each line in a versioned element.
Is there a way to annotate using the remote client (CCRC)?
解决方案
Only though command-line, for full ClearCase:
See: cleartool annotate
(or you have other commercial alternatives, including Tamir's one Visual Annotate, which has a beta supporting CCRC)
But cleartool
isn't available for CCRC.
CCRC has a CLI (command line interface) though.
This thread mentions:
这篇关于在CCRC中注释(“怪”)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!