Return-Path: Delivered-To: apmail-maven-continuum-issues-archive@locus.apache.org Received: (qmail 27451 invoked from network); 4 Mar 2008 23:30:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Mar 2008 23:30:00 -0000 Received: (qmail 15318 invoked by uid 500); 4 Mar 2008 23:29:55 -0000 Delivered-To: apmail-maven-continuum-issues-archive@maven.apache.org Received: (qmail 15293 invoked by uid 500); 4 Mar 2008 23:29:55 -0000 Mailing-List: contact continuum-issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-issues@maven.apache.org Received: (qmail 15282 invoked by uid 99); 4 Mar 2008 23:29:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2008 15:29:55 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2008 23:29:08 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id D6A9714A8038 for ; Tue, 4 Mar 2008 17:29:28 -0600 (CST) Message-ID: <28700509.1204673368133.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Tue, 4 Mar 2008 17:29:28 -0600 (CST) From: "Brett Porter (JIRA)" To: continuum-issues@maven.apache.org Subject: [jira] Created: (CONTINUUM-1682) add a call to svn info --xml to check whether to do an svn update to speed up working copy updates MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org add a call to svn info --xml to check whether to do an svn update to speed up working copy updates -------------------------------------------------------------------------------------------------- Key: CONTINUUM-1682 URL: http://jira.codehaus.org/browse/CONTINUUM-1682 Project: Continuum Issue Type: New Feature Affects Versions: 1.1 Reporter: Brett Porter Fix For: 1.2 this might need to go into Maven SCM, or at least support a method getLatestRevision - but we can use svn info --xml URL to get the last change revision from the server and store it locally for SVN repositories. This allows us to check whether an update is needed without crawling the working copy, which will dramatically boost update performance -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira