Direct CVS Access to egcs sources

Bryan W. Headley bheadley@interaccess.com
Sun Feb 8 15:38:00 GMT 1998


On Feb 8,  1:22pm, H.J. Lu wrote:
> Subject: Re: Direct CVS Access to egcs sources
> > How about we continue to bump the version # for snapshots, but change
> > the "date" string via a nightly cron job?
> >
> > I just don't see the need at this point to bump the version # at each
> > checkin -- that (of course) can change if we have a difficult time
> > interpreting test results.
> >
> > Does this sound reasonable?
> >
>
> Can we bump the version # if there is any change as well as
> the "date" string everyday? It can be done via a nightly cron job.
>
The old sccs_id? That's broken too, because the thing expands out while
you have the file checked out. What you have to do is have something like this:

/* sccs_id="bozo.c 1.00.5.6 2/8/1998 (this put in by cron process) */
static const char * sccs_id="%W% %G% etc.";

The line above the sccs_id is expanded out as a comment by cron, so the version
the file has when you opened it is still apparant.

>-- End of excerpt from H.J. Lu





More information about the Gcc mailing list