Adding files -- CVS---Concurrent Versions System



Next: Removing files Prev: Recursive behavior Top: Top

10. Adding files to a module

To add a new file to a module, follow these steps.

You can also use the add command to add a new directory inside a module.

Unlike most other commands, the add command is not recursive. You cannot even type `cvs add foo/bar'! Instead, you have to

$ cd foo

$ cvs add bar

See add, for a more complete description of the add command.



Next: Removing files Prev: Recursive behavior Top: Top