How to put a project under CVS
A simple program consisting of multiple files is in
/class/bfennema/project.
To put this program under cvs first
cd to /class/bfennema/project
Next
cvs import -m "Sample Program" project sample start
CVS should respond with
N project/Makefile
N project/main.c
N project/bar.c
N project/foo.c
No conflicts created by this import
If your were importing your own program, you could now delete the
original source.
(Of course, keeping a backup is always a good idea)