Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 66835 invoked from network); 23 Aug 2006 09:03:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Aug 2006 09:03:24 -0000 Received: (qmail 75504 invoked by uid 500); 23 Aug 2006 09:03:23 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 75402 invoked by uid 500); 23 Aug 2006 09:03:23 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 75391 invoked by uid 99); 23 Aug 2006 09:03:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Aug 2006 02:03:23 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Aug 2006 02:03:22 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3C70D410024 for ; Wed, 23 Aug 2006 09:00:16 +0000 (GMT) Message-ID: <18455643.1156323616243.JavaMail.jira@brutus> Date: Wed, 23 Aug 2006 02:00:16 -0700 (PDT) From: "Salikh Zakirov (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Updated: (HARMONY-1083) [drlvm][build] Avoid touching svn_version_tag.h if svn information is not available In-Reply-To: <24790782.1154961254907.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 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 [ http://issues.apache.org/jira/browse/HARMONY-1083?page=all ] Salikh Zakirov updated HARMONY-1083: ------------------------------------ Attachment: 0001-Restricted-svn-revision-stamping-to-svn-workspaces.patch > [drlvm][build] Avoid touching svn_version_tag.h if svn information is not available > ----------------------------------------------------------------------------------- > > Key: HARMONY-1083 > URL: http://issues.apache.org/jira/browse/HARMONY-1083 > Project: Harmony > Issue Type: Improvement > Environment: Windows/ia32 > Reporter: Salikh Zakirov > Attachments: 0001-Restricted-svn-revision-stamping-to-svn-workspaces.patch, 0001-Restricted-svn-revision-stamping-to-svn-workspaces.patch > > > I would like to suggest to make svn revision stamping optional. > In my use case, I do not have .svn directory in most of my > workspaces, because I use other version control system for managing > local patches, so 'java -version' says on my local builds > java version "1.5.0" > pre-alpha : not complete or compatible > svn = rsvn: '.' is not a working copy, (Aug 7 2006), Windows/ia32/msvc 1310, debug build > http://incubator.apache.org/harmony > and obviously is not helpful. > However, having version_svn_tag.h file modified after each > build is annoying -- it always shows up in diff, prevents me > from merging with latest revision from SVN etc. > The attached patch solves the problem. > It prevents the version_svn_tag.h from being overwritten if svn revision information > is not available. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira