CVS - Starting a project

To start a project from scratch, all you need to do is the following:

  1. Create a directory and cd into it (mkdir testing;cd testing)
  2. Import this directory (cvs -d /path/to/repository import testing NULL START)
  3. cd to the parent directory and check out the project (cd ..;cvs -d /path/to/repository co testing)
  4. cd into the directory and start adding files.

That's really all there is to it.