Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any svn blame equivalent for clearcase?

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

like image 701
sarat Avatar asked Jul 26 '11 06:07

sarat


1 Answers

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.

like image 109
VonC Avatar answered Oct 12 '22 12:10

VonC