1

I am looking for a file comparison tool (like WinMerge) that will compare the text of the files AND on the lines that were changed let me append a comment to the end of the line such as "//changed by bob".
The file would then be saved with the changes the developer made and with the added comment on every line changed.

I have found ways to log changes to a file but not a way to append the file that is being committed.

We are using ClearCase as source control so we have access to cleartool.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250

1 Answers1

0

I am not aware of such a tool.

The closest you might consider would be cleartool annotate (see "How to use ClearCase Annotate").
You could process the output of this command in order to regenerate the file content with the right information added to each line.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250