On Fri, Sep 28, 2007 at 05:45:43PM +0200, [EMAIL PROTECTED] wrote: > Modified: trunk/util/superiotool/superiotool.h > =================================================================== > --- trunk/util/superiotool/superiotool.h 2007-09-28 15:39:10 UTC (rev > 2813) > +++ trunk/util/superiotool/superiotool.h 2007-09-28 15:45:43 UTC (rev > 2814) > @@ -1,5 +1,5 @@ > /* > - * This file is part of the LinuxBIOS project. > + * This file is part of the superiotool project. > * > * Copyright (C) 2007 Carl-Daniel Hailfinger > * Copyright (C) 2007 Uwe Hermann <[EMAIL PROTECTED]> > @@ -29,7 +29,7 @@ > #include <getopt.h> > #include <sys/io.h> > > -#define SUPERIOTOOL_VERSION "0.1" > +#define SUPERIOTOOL_VERSION "r$Rev$"
How do I work with this? $Rev$ for superiotool.h won't be increased automatically when I make changes to another file. I don't even think $Rev$ will bump when I export the changed rev, so this will only show the last rev of the particular file? I have this issue in my own svn repos. What am I doing wrong? //Peter -- linuxbios mailing list [email protected] http://www.linuxbios.org/mailman/listinfo/linuxbios
