To start a project from scratch, all you need to do is the following: Create a directory and cd into it (mkdir testing;cd testing) Import this directory (cvs -d /path/to/repository import testing NULL START) cd to the parent directory and check out the project (cd ..;cvs -d /path/to/repository co testing) cd into the directory and start adding files.
That's really all there is to it.