On Tue, Jun 10, 2008 at 12:01 AM, Robert William Fuller <[EMAIL PROTECTED]> wrote: > I must be using cvs wrong. I suppose it only shows local changes....
Yup, it knows which version you checked out and by default shows the difference between that version in the CVS repo and your local copy. You can use explicit revision numbers to query two versions in the repo. E.g., "-r1.6 -r1.7". And "cvs log" will let you figure out which revisions to compare. And you can use a single explicit revision number to compare a specific version in the CVS repo against your local copy.
