I would like to write a little batch script, which I would use to collect all of the comments of a file on a specific branch. For example, if I have an ABC.cpp file under the myBranch branch and it has already 3 versions, I would like to have the comments from version 1, 2 and 3.
I still couldn't get multiple versions of the same file. I am using the "find" command of cleartool. Maybe it is not possible in a simple cleartool find command, so let me know, if that's so.
Thanks!