The K Desktop Environment

Chapter 3. Adding files

Adding files to a project requires two steps: First, the files must be registered with CVS. To this end, mark all files to be added in Cervisia's main view. Then, choose File->Add to repository. Cervisia issues a command cvs add filenames. If the operation was success, the status column should have "Added to repository" for the added files.

In order to actually put the files into the repository, you must commit them. This procedure has an important advantage: You can commit the files together with modifications to other parts of the project. When doing this, one can easily see (e.g. in commit emails) that all these changes are part of a whole.