Using the API, how do you get comments for each version?
Brought to you by:
robertmacgrogan
I'm using the SourceJammer API. I'm trying to to get a
comment (or description) out of a File class for each
version of that file. Using the getDescription method I
can only get the comment for the very first version. How
can I get comments for the 2nd, 3rd, (etc) versions of a
source file?
Thanks