Go to the previous, next section.

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 section add--Add a new file/directory to the repository, for a more complete description of the add command.

Go to the previous, next section.