Re: [HACKERS] Removing derived files from CVS

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us (Tom Lane)
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Removing derived files from CVS
Date: 1999-03-19 02:44:09
Message-ID: 199903190244.VAA13797@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I have been looking into what it would take to remove derived files
> from the CVS repository, and it doesn't look bad at all. I propose
> we do so before 6.5 beta.
>
> In case anyone's forgotten: the issue is derived files, such as gram.c,
> which we currently keep in the CVS repository even though they are not
> master source files. Doing so causes a number of headaches, including
> wasted time to check in and check out updates to both master and derived
> files, unreasonable bulk of the CVS files for these derived files,
> errors due to timestamp skew (after checking out, it can look like you
> have an up-to-date derived file when you do not), etc etc.

We have not been able to reliably make releases with the proper
timestamps on gram.c, which is critical for end-users, so any change
that will make this gram.c more automatic is welcomed by me.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Clark Evans 1999-03-19 02:50:59 Re: [HACKERS] Removing derived files from CVS
Previous Message Tom Lane 1999-03-19 02:40:03 Removing derived files from CVS