Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 18399 invoked from network); 11 Sep 2004 14:34:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 Sep 2004 14:34:45 -0000 Received: (qmail 80794 invoked by uid 500); 11 Sep 2004 14:34:38 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 80604 invoked by uid 500); 11 Sep 2004 14:34:36 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@geronimo.apache.org Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 80590 invoked by uid 99); 11 Sep 2004 14:34:36 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [66.250.40.202] (HELO saturn.opentools.org) (66.250.40.202) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 11 Sep 2004 07:34:34 -0700 Received: by saturn.opentools.org (Postfix, from userid 500) id E84BA3EA5; Sat, 11 Sep 2004 10:37:34 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by saturn.opentools.org (Postfix) with ESMTP id E1660F538 for ; Sat, 11 Sep 2004 10:37:34 -0400 (EDT) Date: Sat, 11 Sep 2004 10:37:34 -0400 (EDT) From: Aaron Mulder X-X-Sender: ammulder@saturn.opentools.org To: dev@geronimo.apache.org Subject: Re: Subversion keyword expansion not working In-Reply-To: <99E8A1F4-03BF-11D9-85D4-000D93C5B79C@gluecode.com> Message-ID: References: <20040911062525.58095.qmail@minotaur.apache.org> <99E8A1F4-03BF-11D9-85D4-000D93C5B79C@gluecode.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The cvs2svn documentation says 'By default, cvs2svn sets svn:keywords on CVS files to "author id date" if the mode of the RCS file in question is either kv, kvl or not kb'. I don't know whether it's case sensitive, or that behavior was disabled, or what -- but apparently there are properties on each file indicating whether keywords should be expanded... Okay, looking at the properties on the STATUS file, the svn:keywords is in fact set to "author date id"... Perhaps we just need to change the capitalization? An example in the "propget" documentation shows svn:keywords set to "Author Date Rev"... Aaron On Fri, 10 Sep 2004, Dain Sundstrom wrote: > > - > > + > > Look like Subversion doesn't like our keywords. After checking the > Subversion book, I think our tag should be: > > $Rev$ $Date$ > > but Subversion doesn't seem to be handling even our existing $Date$ tag. > > Anyone know what is going on? > > -dain > >