I've been looking at the client API, which is surprisingly easy to use (especially after using VSS's ActiveX control). But I can't find a way to get a file by version number. I'd like to iterate over checkins of a file, select one and run my own diff between versions.
It looks like getting things by label is simple enough, or getting the head. Clearly you have to get other versions to do the diff operation in the GUI. What's the secret?
Client API question-- get file by version?
Moderator: SourceGear