Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 32399 invoked from network); 31 Aug 2004 13:02:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 31 Aug 2004 13:02:11 -0000 Received: (qmail 46474 invoked by uid 500); 31 Aug 2004 13:01:17 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 46331 invoked by uid 500); 31 Aug 2004 13:01:16 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 46295 invoked by uid 99); 31 Aug 2004 13:01:15 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [65.96.176.130] (HELO mail.laconiadatasystems.com) (65.96.176.130) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 31 Aug 2004 06:01:12 -0700 Received: from martini ([192.168.1.1]) by mail.laconiadatasystems.com (Merak 7.5.2) with SMTP id DEMO; Tue, 31 Aug 2004 09:01:09 -0400 Message-ID: <001e01c48f5a$95c4fc80$6401a8c0@martini> Reply-To: "mail.laconiadatasystems.com" From: "mail.laconiadatasystems.com" To: "Ant Users List" Cc: References: Subject: Re: using ant to tag a cvs repository Date: Tue, 31 Aug 2004 09:01:09 -0400 Organization: Laconia Data System MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Mark- A branch is a physical separation of your source from a known point known as the trunk so that anything that you checkin or checkout within the fileset identified as branch will not physically touch any of the files in the trunk..branches are merged into the trunk A tag is To create a snapshot of the current sources for later use, use the CVS tag command. The tag command generates a symbolic tag that is bound to each of the current revisions in your local copy of the module A tag is used to give you a snapshot of n items in your sourcetree at a given point in time Hope this helps, Martin NB: Here are the references I have used http://www.fisica.uniud.it/~glast/sw/cvs/cvsintro.html http://www.cvshome.org ----- Original Message ----- From: "Mark Lybarger" To: "Ant Users List (E-mail)" Sent: Tuesday, August 24, 2004 7:29 AM Subject: using ant to tag a cvs repository we're using ant tasks to do our qa/production builds. it pulls a branch/tag from cvs and does what it needs to build the artifact. currently, we're not "tagging" that build so that we can re-pull that exact copy out of cvs. i'm not explictly familiar with cvs, so, two questions. is tagging what i want to use, or a branch? i don't really want to branch each time we do a qa build. does anyone have an example of a ant cvs task that does what i'm after? here's what we currently use to do the build: much thanks! ~mark ---------------------------------------------------------------------------- ---- > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org