Re: Noisy CVS updates

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "D'Arcy J(dot)M(dot) Cain" <darcy(at)druid(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Noisy CVS updates
Date: 2008-09-07 07:39:39
Message-ID: 8691.1220773179@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"D'Arcy J.M. Cain" <darcy(at)druid(dot)net> writes:
> When I build from CVS I wind up with this in my CVS update email in the
> morning:

> ? GNUmakefile
> ? config.log
> ? config.status
> ? src/Makefile.global
> ? src/backend/postgres
> ? src/backend/bootstrap/bootstrap_tokens.h
> ? src/backend/catalog/postgres.bki
> ? src/backend/catalog/postgres.description
> ? src/backend/catalog/postgres.shdescription
> ? src/backend/parser/parse.h
> ? src/backend/snowball/snowball_create.sql

> ...etc. Would it be OK if I went in and added .cvsignore files to keep
> the noise level down?

Uh, no, at least not before you've explained why you get those messages
and others don't.

(Personally, I never do "cvs update" without "make distclean" first;
there are too many other ways to get screwed by updating a live build
tree.)

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2008-09-07 11:04:35 Re: [PATCHES] TODO item: Implement Boyer-Moore searching (First time hacker)
Previous Message Tom Lane 2008-09-07 04:26:47 Re: [PATCHES] TODO item: Implement Boyer-Moore searching (First time hacker)