Go to the previous, next section.
The next step is to define the module in the `modules' file. Some
CVS commands work without this step, but others (most notably
release
) require that all modules are properly defined in the
`modules' file.
In simple cases these steps are sufficient to define a module.
$ cvs checkout modules $ cd modules
tc yoyodyne/tc
$ cvs commit -m "Added the tc module." modules
$ cd .. $ cvs release -d modules
Go to the previous, next section.