To add a project to the CVS:
If you have already configured a CVS repository with the CodeWarrior IDE, the Share Projectwith CVS Repository page of the Share Project wizard appears. Otherwise, the Enter Repository Location Information page appears.
The Enter Module Name page appears.
The Share Project Resources page appears.
If the project includes generated file, then you may not want to add them to the CVS module. You can add such files to the .cvsignore list. The .cvsignore is a special text file which specifies all the files that should be ignored/filtered out. The .cvsignore file can also use wildcards, such as *.tmp for filtering.
The Commit Files wizard starts displaying the list of unknown files.
The Commit page appears.
The icons of the files and folders in the project change, which specify that the project is now under CVS control.
Now, if you have done changes to a source file, and you need to view the differences between your local copy and the repository copy, perform these steps.
You can also perform the synchronization in the Synchronize view in the Team Synchronizing perspective (refer to the image listed below).
The Synchorize view displays what has been changed either locally or remotely. For example, in the Synchorize view (in the following figure), the file main.c is on revision 1.2 with some outgoing changes, that is some changes are done locally in the file, and there is a new file test.c which is not commited yet.