Adding Files and Directories

To add files or directory trees to the repository, first create them in your working copy, then use cvsadd :

$ cvsadd <file or directory names>
The files or directories to be added must be in the current directory. Directory trees will be processed recursively. Alternatively you can use CVS commands:
$ cvs add <file or directory names>
$ cvs ci
Adding isn't recursive, though. You have to step down directory trees yourself repeating that command.