Обсуждение: Re: [COMMITTERS] pgsql: Link postgres from all object files at once, to avoid the

Поиск
Список
Период
Сортировка

Re: [COMMITTERS] pgsql: Link postgres from all object files at once, to avoid the

От
"D'Arcy J.M. Cain"
Дата:
On Mon, 25 Feb 2008 21:39:27 -0500
Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Hm, just noticed another little annoyance: CVS is going to complain about
> the objfiles.txt files unless we add a .cvsignore entry to every last
> subdirectory of the backend.  That seems like a lot of maintenance
> tedium.  I wonder if there's another way, such as using a file name that
> CVS is already programmed to ignore.

Why not just add it to CVSROOT/cvsignore?

-- 
D'Arcy J.M. Cain <darcy@druid.net>         |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 425 1212     (DoD#0082)    (eNTP)   |  what's for dinner.


Re: [COMMITTERS] pgsql: Link postgres from all object files at once, to avoid the

От
Tom Lane
Дата:
"D'Arcy J.M. Cain" <darcy@druid.net> writes:
> On Mon, 25 Feb 2008 21:39:27 -0500
> Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Hm, just noticed another little annoyance: CVS is going to complain about
>> the objfiles.txt files unless we add a .cvsignore entry to every last
>> subdirectory of the backend.  That seems like a lot of maintenance
>> tedium.  I wonder if there's another way, such as using a file name that
>> CVS is already programmed to ignore.

> Why not just add it to CVSROOT/cvsignore?

Shows you how little I know about CVS repository administration ;-)
Yeah, that sounds like a simple fix.
        regards, tom lane