Tutorials
The rdiff Command
The rdiff command shows the difference between two releases of the same project in the repository. For example, use the following syntax to display the difference between two releases, release1 and release2:
$ cvs rdiff -R release1 release2

various options that you can use with the rdiff command:

OptionDescription
-f Retrieves the most recent version.
-c Uses the context diff format.
-s Generates a summary change report.
-t Displays a diff of the top two revisions.
-u Uses the unidiff format.

CVS
CVS Release
CVS Log
CVS Update
CVS init
CVS commit
CVS add
CVS remove
CVS edit
CVS Rdiff
CVS Export
CVS History
CVS import
CVS Login
CVS Logout
CVS Annotate
CVS Tag
CVS Status
CVS watch
CVS watchers
CVS editors
CVS Rtag
CVS checkout
CVS diff