Return-Path: Delivered-To: apmail-stdcxx-commits-archive@www.apache.org Received: (qmail 11454 invoked from network); 15 May 2008 18:15:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 May 2008 18:15:42 -0000 Received: (qmail 54355 invoked by uid 500); 15 May 2008 18:15:36 -0000 Delivered-To: apmail-stdcxx-commits-archive@stdcxx.apache.org Received: (qmail 54341 invoked by uid 500); 15 May 2008 18:15:36 -0000 Mailing-List: contact commits-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list commits@stdcxx.apache.org Received: (qmail 54327 invoked by uid 99); 15 May 2008 18:15:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 May 2008 11:15:36 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 May 2008 18:14:58 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 494EC2388A01; Thu, 15 May 2008 11:15:13 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r656767 - in /stdcxx/branches/4.2.x/bin: duration genxviews xbuildgen Date: Thu, 15 May 2008 18:15:13 -0000 To: commits@stdcxx.apache.org From: sebor@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080515181513.494EC2388A01@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebor Date: Thu May 15 11:15:12 2008 New Revision: 656767 URL: http://svn.apache.org/viewvc?rev=656767&view=rev Log: 2008-05-15 Martin Sebor * bin/genxviews: Changed the svn:keywords property to expand all three of HeadURL, Id, and Revision. * bin/xbuildgen: Same. * bin/duration: Same. Modified: stdcxx/branches/4.2.x/bin/duration (contents, props changed) stdcxx/branches/4.2.x/bin/genxviews (contents, props changed) stdcxx/branches/4.2.x/bin/xbuildgen (contents, props changed) Modified: stdcxx/branches/4.2.x/bin/duration URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/bin/duration?rev=656767&r1=656766&r2=656767&view=diff ============================================================================== --- stdcxx/branches/4.2.x/bin/duration (original) +++ stdcxx/branches/4.2.x/bin/duration Thu May 15 11:15:12 2008 @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: duration 601591 2007-12-06 01:09:56Z sebor $ +# $Id$ # ######################################################################## # Propchange: stdcxx/branches/4.2.x/bin/duration ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu May 15 11:15:12 2008 @@ -1 +1 @@ -Revision +HeadURL Id Revision Modified: stdcxx/branches/4.2.x/bin/genxviews URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/bin/genxviews?rev=656767&r1=656766&r2=656767&view=diff ============================================================================== --- stdcxx/branches/4.2.x/bin/genxviews (original) +++ stdcxx/branches/4.2.x/bin/genxviews Thu May 15 11:15:12 2008 @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: genxviews 601595 2007-12-06 01:33:50Z sebor $ +# $Id$ # ######################################################################## # @@ -113,7 +113,7 @@ myrev=${myrev%' $'} # strip trailing text # form the URL to this version of the script in the repository -myurl='$HeadURL: http://svn.apache.org/repos/asf/stdcxx/trunk/bin/genxviews $' +myurl='$HeadURL$' myurl=${myurl#'$HeadURL: '} # strip leading text myurl=${myurl##*asf/} # strip svn prefix myurl=${myurl%' $'} # strip trailing text Propchange: stdcxx/branches/4.2.x/bin/genxviews ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu May 15 11:15:12 2008 @@ -1 +1 @@ -Revision +HeadURL Id Revision Modified: stdcxx/branches/4.2.x/bin/xbuildgen URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/bin/xbuildgen?rev=656767&r1=656766&r2=656767&view=diff ============================================================================== --- stdcxx/branches/4.2.x/bin/xbuildgen (original) +++ stdcxx/branches/4.2.x/bin/xbuildgen Thu May 15 11:15:12 2008 @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: xbuildgen 589895 2007-10-29 22:37:40Z sebor $ +# $Id$ # ######################################################################## # Propchange: stdcxx/branches/4.2.x/bin/xbuildgen ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu May 15 11:15:12 2008 @@ -1 +1 @@ -Revision +HeadURL Id Revision