Tutorials
The export Command
The export command enables you to export files from the main CVS repository to another directory, which is not controlled by CVS. This is useful when you want to release a software version or halt a project at a given stage.

For example, to export the CVS project, my_project, to a new directory, where the revision date of the files is not later than yesterday, the syntax is:
$ cvs export –D yesterday –d /usr/local/new my_project


lists the various options that you can use with the export command:
Option Description 
-f     Retrieves the most recent revision of a file. 
-n     Disables the checkout program. 
-R     Exports directories recursively. 
-d     Creates the working directory. 
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