Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 81492 invoked from network); 15 Dec 2005 20:14:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Dec 2005 20:14:01 -0000 Received: (qmail 54309 invoked by uid 500); 15 Dec 2005 20:14:01 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 54287 invoked by uid 500); 15 Dec 2005 20:14:00 -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 54265 invoked by uid 99); 15 Dec 2005 20:13:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2005 12:13:59 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of dantran@gmail.com designates 66.249.82.192 as permitted sender) Received: from [66.249.82.192] (HELO xproxy.gmail.com) (66.249.82.192) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2005 12:13:58 -0800 Received: by xproxy.gmail.com with SMTP id s19so338587wxc for ; Thu, 15 Dec 2005 12:13:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=bL2Pa918hRH2XcWZEDS8A+22AJN1Rx0ggCkA2OgQxJVFo65NsZ7IknZ9q843EOKMalfNH6FxZQ4lUWPnZqipxAwAALsrA4f5NkZSlOKSEjgSdxEbX4ug9jI7IhMz/2CMOBOvYzYVkcAvF7TWwKk4ZRVbNrENG0GTl/xEXcqUEjc= Received: by 10.70.77.17 with SMTP id z17mr1350881wxa; Thu, 15 Dec 2005 12:13:37 -0800 (PST) Received: by 10.70.91.9 with HTTP; Thu, 15 Dec 2005 12:13:37 -0800 (PST) Message-ID: Date: Thu, 15 Dec 2005 12:13:37 -0800 From: dan tran To: continuum-users@maven.apache.org Subject: Re: How to tell continuum to force checkout In-Reply-To: <92A278501EF50444AD3EE1FFB51219550BCE3A38@emss10m03.us.lmco.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_11939_17359966.1134677617777" References: <92A278501EF50444AD3EE1FFB51219550BCE3A38@emss10m03.us.lmco.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_11939_17359966.1134677617777 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline in this case, most likely - user add a file, - continuum does the build - user decide to delete the file and add it back For now you need to manually delete that file. Please file a issue against maven-scm i can add a properties to force -o in starteam update BTW, you will need to configure continuum's wrapper.conf to add - Dmaven.scm.starteam.deleteLocal=3Dtrue, so that during update continuum will remove unused file ( not unknown state file thou) http://jira.codehaus.org/browse/SCM-67 On 12/15/05, Mordo, Aviran (EXP N-NANNATEK) wrote: > > I'm getting the following message in the build log, and the build fail. > > Provider message: The starteam command failed. > Command output: > ------------------------------------------------------------------------ > ------- > .project: file status is Unknown, will not check out. Use -o option to > force checkout. > ------------------------------------------------------------------------ > ------- > > > > -----Original Message----- > From: dan tran [mailto:dantran@gmail.com] > Sent: Thursday, December 15, 2005 3:00 PM > To: continuum-users@maven.apache.org > Subject: Re: How to tell continuum to force checkout > > what kind of confict? > > -Dan > > > > On 12/15/05, Mordo, Aviran (EXP N-NANNATEK) > wrote: > > > > > > > > I'm running a continuum on a build server, but I'm getting a message > > that the build fail since it could not checkout (Got some conflicts) > > from starteam and I need to use force checkout. > > > > Is there a way I can add parameters to the scm element. I want to be > > able to tell Starteam to use -o option to force checkout. > > How can I do that ? > > > > Thanks, > > Aviran > > > > ------=_Part_11939_17359966.1134677617777--