Getting diff between top two revisions of a file in CVS

Viewed 35976

Is there way to create the diff of a file b/w its top two revisions in the CVS repo? I doesn't care about the revision numbers and my local checked-out file. All I need is, the diff b/w the last commit and the last before commit.

3 Answers
Related