The following is a little cryptic, being notes I made for myself as I was settiing up a server.
cvspserver 2401/tcp
cvspserver stream tcp nowait cvs /usr/bin/cvs cvs --allow-root=/home/cvs pserver
default: on description: The cvs server allows access to a CVS repository. service cvspserver { enable = yes socket_type = stream wait = no user = cvs server = /usr/bin/cvs server_args = --allow-root=/home/cvs pserver log_on_failure += USERID only_from = 192.168.0.0/20 }
cd <directory with source to add> cvs import -m "Import of mswordview v0.5.7" external/MSwordview/mswordview MS_WORD_VIEW WORD_VIEW_0_5_7
where the last two are tags (strings, I suspect).