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:
> > -<!-- $Revision: 1.34 $ $Date: 2004/09/02 18:32:25 $ -->
> > +<!-- $Revision: 1.34 $ $Date$ -->
>
> 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
>
>