From continuum-users-return-1895-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Fri Jun 16 08:32:27 2006 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 95731 invoked from network); 16 Jun 2006 08:32:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Jun 2006 08:32:27 -0000 Received: (qmail 16925 invoked by uid 500); 16 Jun 2006 08:32:26 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 16902 invoked by uid 500); 16 Jun 2006 08:32:25 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 16891 invoked by uid 99); 16 Jun 2006 08:32:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jun 2006 01:32:25 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [62.193.206.9] (HELO webmail9.amenworld.com) (62.193.206.9) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 16 Jun 2006 01:32:24 -0700 Received: (qmail 2664 invoked from network); 16 Jun 2006 08:32:03 -0000 Received: from 74.189.97-84.rev.gaoland.net (HELO ?127.0.0.1?) (84.97.189.74) by 0 with SMTP; 16 Jun 2006 08:32:03 -0000 Message-ID: <44926C7D.9000901@venisse.net> Date: Fri, 16 Jun 2006 10:31:57 +0200 From: Emmanuel Venisse User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: why does cvs update not include prune option? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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: true 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@: -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? > > >