some cvs commands — since I keep forgetting
To get started with a repository:
%export CVSROOT=/home/user/cvs
%cvs init
or, if multiple ROOTs are kept,
%cvs -d /home/user/cvs/project1cvs init
create a source directory just like any normal unix directory, then we can do
%cvs add hello.php
After satisfied with hello.php,
%cvs commit
will check in the file for real.