Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 9396 invoked from network); 10 Sep 2008 06:55:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Sep 2008 06:55:23 -0000 Received: (qmail 75850 invoked by uid 500); 10 Sep 2008 06:55:14 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 75815 invoked by uid 500); 10 Sep 2008 06:55:14 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 75801 invoked by uid 99); 10 Sep 2008 06:55:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 23:55:13 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [209.191.87.108] (HELO n9a.bullet.mail.mud.yahoo.com) (209.191.87.108) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 10 Sep 2008 06:54:13 +0000 Received: from [68.142.200.227] by n9.bullet.mail.mud.yahoo.com with NNFMP; 10 Sep 2008 06:54:44 -0000 Received: from [76.13.13.25] by t8.bullet.mud.yahoo.com with NNFMP; 10 Sep 2008 06:54:44 -0000 Received: from [76.13.10.179] by t4.bullet.mail.ac4.yahoo.com with NNFMP; 10 Sep 2008 06:54:44 -0000 Received: from [127.0.0.1] by omp120.mail.ac4.yahoo.com with NNFMP; 10 Sep 2008 06:54:44 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 194340.95844.bm@omp120.mail.ac4.yahoo.com Received: (qmail 80433 invoked by uid 60001); 10 Sep 2008 06:54:43 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID; b=C86Ij4DWGrX0gtGOVOcnTBmppqBWitgf8CHFr5cOnXIf7/OlUQ4uOkSviREeCA8hT25FMSA6HHWxy+E6fFrX5l8+FTZptsIN/XIMm+FZHP+Q7Xrnc9B21R6DJnpMwmOx2+tfbHOCJfnw89hxTH7zhmcxPClo5X8T1jbnPcVjo0o=; X-YMail-OSG: OWBKDj4VM1n9eoWhIieaLLJgXPqjZheFZqQkEWhpc2JCxghGB5PCvEEoj3NqAbukJeirOJB.M9GrAyLsoHgsjOyS2Pd3g1lJqm7jYSgqjQ-- Received: from [24.81.10.151] by web45913.mail.sp1.yahoo.com via HTTP; Tue, 09 Sep 2008 23:54:43 PDT X-Mailer: YahooMailWebService/0.7.218.2 Date: Tue, 9 Sep 2008 23:54:43 -0700 (PDT) From: Fu-Tung Cheng Reply-To: futung.cheng@yahoo.com Subject: svn-ant how to get latest revision? To: users@subversion.tigris.org, user@ant.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <393262.79817.qm@web45913.mail.sp1.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am trying to figure out which command I can use from svn-ant that will get me the highest revision from the repository. I've tried svn-info but both the rev and lastRev properties return the working copies revision number. I've also tried the wcVersion task but again that just tells you the working copies last revision. In order for me to get the information it appears I need to update my working copy to the latest and then call one of these targets. Shouldn't there be a way using svn-ant to just get the latest version? Does no one automate tasks using ant and svn? The svn-ant tasks seem somewhat less mature than I would have expected. If I was using maven to do my building would I find better support? Thank you, Fu-Tung --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org