Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 89160 invoked from network); 13 Sep 2005 23:54:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Sep 2005 23:54:34 -0000 Received: (qmail 14178 invoked by uid 500); 13 Sep 2005 23:54:33 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 14097 invoked by uid 500); 13 Sep 2005 23:54:32 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 14084 invoked by uid 99); 13 Sep 2005 23:54:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2005 16:54:32 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [212.247.155.33] (HELO swip.net) (212.247.155.33) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2005 16:54:42 -0700 X-T2-Posting-ID: +pS6Msa7v6BYFXDdz0z4Jw== Received: from [83.180.134.155] (HELO 192.168.2.2) by mailfe10.swip.net (CommuniGate Pro SMTP 4.3.4) with ESMTP id 248245715 for dev@forrest.apache.org; Wed, 14 Sep 2005 01:54:28 +0200 Subject: Re: Tedios work and revision number From: Thorsten Scherler To: dev@forrest.apache.org In-Reply-To: <43256DED.8000702@apache.org> References: <4322CCD0.4080903@apache.org> <20050910152022.GB28070@igg.indexgeo.com.au> <43256DED.8000702@apache.org> Content-Type: text/plain Date: Wed, 14 Sep 2005 01:54:26 +0200 Message-Id: <1126655666.4917.51.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Mon, 2005-09-12 at 14:00 +0200, Juan Jose Pablos wrote: > > Only if committers remember to add the revision number > > to the commit message, so probably not. > > Well, if we could do a script to do that, we can create the script to > add the revision number as well. I started a small script that is helping with some steps (if you use it, it will update the rev number in build.xml via revision.properties) but still there are "too much" committer interaction. I would like to run thus a script and only interact on errors. ;-) It is a simple shell script but maybe a python/perl script would be more efficient. The main problem that I have is how to strip the files from their versions number and add the new. e.g. - commons-httpclient-2.0.2.jar *strip 2.0.2* *add 2.1.0* - cocoon-fop-block-2.2.0-dev-r279987.jar *strip old revision number* *add new* This way the "svn mv" procedure would be more efficient and the update less time consuming. Cheche you have the most experience in this can you please review it. TIA P.S. the ln -s $COCOON_HOME/build/cocoon/ $COCOON_HOME/build/cocoon-2.2.0-dev is there because my cocoon-trunk just build cocoon and *not* cocoon-dev-2.2.0-dev salu2 -- thorsten "Together we stand, divided we fall!" Hey you (Pink Floyd)