Mike writes:
>
> Yes, i realize i need to do a recursive delete, but that is exactly
> the thing i am asking: what is the syntax of the command?
There are no CVS commands to delete files from the repository --
deleting a file from the repository deletes all of it's history, which
is unthinkable for a revision control system. If you really want to
delete stuff from the repository, you need to use normal system commands
to do so. For example, on Unix you would do something like:
rm -rf $CVSROOT/projecta
-Larry Jones
See if we can sell Mom and Dad into slavery for a star cruiser. -- Calvin