Comparing Files In CVS

Use this to compare versions of files that are under CVS source control. You can compare a file with its immediate predecessor, or you can compare with any of the file's previous revisions.

To compare a file with its immediate predecessor:

  1. With the file selected in the navigator, choose Source Control | Compare with Previous Version.
  2. If there are no differences, a message is displayed. Otherwise a CVS report of the differences is displayed.

To compare a file with another revision:

  1. With the file selected in the navigator, choose Source Control | Compare.
  2. Previous versions of the file are listed in the Compare CVS File dialog. Select the one you want to compare it to.
  3. If there are no differences, a message is displayed. Otherwise a CVS report of the differences is displayed.

Using Concurrent Versioning System (CVS) With JDeveloper