上一个: annotate options, 上层: annotate
例如:
$ cvs annotate ssfile
Annotations for ssfile
***************
1.1 (mary 27-Mar-96): ssfile line 1
1.2 (joe 28-Mar-96): ssfile line 2
文件 ssfile 当前包含两行。行 ssfile line 1 是 mary
于三月27日提交的。接着,三月28日,joe 添加了行 ssfile line 2,
但没有修改行 ssfile line 1。该报告并不会告诉你有关删除或替换的行;
你需要使用 cvs diff 去了解(参阅 diff)。
cvs annotate 的选项列在 Invoking CVS,可批注选定的文件与修订版。
详细的选项说明见Common options。