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)?
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:
The
annotate
command should be supported in both the CCRC Gui and command line (at least the command line to be equivalent to full ClearCase.
Full CC has never had a gui for annotate but that is another problem).