I notice in the continuum logs that the following command is run to update the project prior to running a build:
cvs -z3 -f -d :pserver:anonymous@<host>:<path> -q update -d The -P for pruning should als be included to clean up when stuff is deleted from cvs. Is there a reason that this option is not include?