It looks like we'll need to change the keywords, since SVN uses a
different set. ;-( The SVN keywords are documented here:

http://svnbook.red-bean.com/svnbook-1.1/ch07s02.html#svn-ch-7-sect-2.3.4

I would suggest that we drop all of what we are using now (Header,
Revision and Date) and simply use Id, which is "a compressed
combination of the other keywords". As fas as I can tell, it's
essentially the same as Id on CVS, which is what I tend to use when
the choice is up to me.

But let's make sure we agree before making sweeping changes! ;-)

--
Martin Cooper


On Sat, 2 Oct 2004 08:34:50 -0400, James Mitchell <[EMAIL PROTECTED]> wrote:
> So, what's up with key word expansion?
> 
> My change to that file, was to add a space, remove it, then save it.  On
> commit I see that $Date$ was changed, and locally it was expanded correctly,
> but 'Header' and 'Revision' were not.  Is there some svn configuration
> change we are missing or do we need to change the key words?
> 
> --
> James Mitchell
> Software Engineer / Open Source Evangelist
> EdgeTech, Inc.
> 678.910.8017
> AIM: jmitchtx
> 
> 
> 
> ----- Original Message -----
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, October 01, 2004 11:17 PM
> Subject: svn commit: rev 51787 - struts/trunk/conf/share
> 
> > Author: jmitchell
> > Date: Fri Oct  1 20:17:23 2004
> > New Revision: 51787
> >
> > Modified:
> >    struts/trunk/conf/share/validator-rules.xml
> > Log:
> > no changes, just testing
> >
> > Modified: struts/trunk/conf/share/validator-rules.xml
> >
> ============================================================================
> ==
> > --- struts/trunk/conf/share/validator-rules.xml (original)
> > +++ struts/trunk/conf/share/validator-rules.xml Fri Oct  1 20:17:23 2004
> > @@ -4,7 +4,7 @@
> >  <!--
> >    $Header: /home/cvs/jakarta-struts/conf/share/validator-rules.xml,v 1.52
> 2004/07/25 12:00:20 niallp Exp $
> >    $Revision: 1.52 $
> > -  $Date: 2004/07/25 12:00:20 $
> > +  $Date$
> >
> >     This file contains the default Struts Validator pluggable validator
> >     definitions.  It should be placed somewhere under /WEB-INF and
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to