Re: [HACKERS] Removing derived files from CVS

From: geek+(at)cmu(dot)edu
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: [HACKERS] Removing derived files from CVS
Date: 1999-03-19 13:55:36
Message-ID: emacs-smtp-26850-14066-22360-417689@export.andrew.cmu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Then <scrappy(at)hub(dot)org> spoke up and said:
> Agreed here too...someone at one point mentioned that there might be a
> way, inside of CVS, to have it auto-generate these files as its being
> checked out (ie. if file is configure.in, run autoconf)...

>From the info file:
Module options
--------------

Either regular modules or ampersand modules can contain options,
which supply additional information concerning the module.
[snip]
`-i PROG'
Specify a program PROG to run whenever files in a module are
committed. PROG runs with a single argument, the full pathname of
the affected directory in a source repository. The `commitinfo',
`loginfo', and `verifymsg' files provide other ways to call a
program on commit.

`-o PROG'
Specify a program PROG to run whenever files in a module are
checked out. PROG runs with a single argument, the module name.

>From my reading, it looks like the easiest thing to do is set up
commit rules such that committing gram.y automatically generates
gram.c. It looks like it might be difficult to have gram.c generated
completely "on the fly" and then passed to the CVS client.

--
=====================================================================
| JAVA must have been developed in the wilds of West Virginia. |
| After all, why else would it support only single inheritance?? |
=====================================================================
| Finger geek(at)cmu(dot)edu for my public key. |
=====================================================================

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 1999-03-19 14:05:52 Re: [HACKERS] 6.5 Features list
Previous Message The Hermit Hacker 1999-03-19 13:40:59 Re: [HACKERS] Removing derived files from CVS