On Thu, 03 Apr 2008 12:21:56 -0700
"Mark Glines via RT" <[EMAIL PROTECTED]> wrote:
On Thu, 03 Apr 2008 12:18:47 -0700
"James Keenan via RT" <[EMAIL PROTECTED]> wrote:
Datestamps in the filename (e.g., YYYYMMDD)? Or somewhere inside
the
file?
Datestamps in the file, something like in the Perl 6 design docs:
http://dev.perl.org/perl6/doc/design/syn/S06.html
Couldn't the latter be done automatically with an $Id$ tag?
One (possibly solvable) problem is that subversion tags don't
substitute properly in the HTML generated versions on the website
<http://www.parrotcode.org/docs/pdd/pdd07_codingstd.html>.
A bigger problem is that the $Id$ tag shows the last time the file was
modified in any way (property changes, for example), but what people
are looking for is a way to know the last time the design document was
edited in a significant way.
Allison