Some projects don't like prune mode. If you want it, you can add it in your .cvsrc file (http://cvsbook.red-bean.com/cvsbook.html#Run%20Control%20Files), and you need to configure maven-scm so it will use .cvsrc.

for maven-scm, you need to create a file cvs-settings.xml like this:

<cvs-settings>
  <useCvsrc>true</useCvsrc>
</cvs-settings>

this file must be normally in ${user.home}/.scm/ but due to a bug in actual maven-scm, it must be in ${user.dir}/.scm/

Emmanuel

Barrie Treloar a écrit :
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?




Reply via email to