[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: CVS dir in package source



Basile STARYNKEVITCH <basile@starynkevitch.net>(by way of Brian Nelson <nelson@bignachos.com>) writes:

> Perhaps an alternative suggestion could be told to the upstram author:
> 
> put in file foo.c
> 
>    const char foo_ident[] = "$Id$";
> 
> in file bar.c
> 
>    const char bar_ident[] = "$Id$";
> 
> in file header.h
> 
> #define HEADER_IDENT "$Id$"

Minor nitpick:

You must use `$Id:$', or cvs will not expand it.  The `:' is needed.

-- 
Roger Leigh
                "Liberty and Livelihood" - Support the Countryside Alliance
                Need Epson Stylus Utilities? http://gimp-print.sourceforge.net/
                GPG Public Key: 0x25BFB848 available on public keyservers



Reply to: