Re: Noisy CVS updates

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Noisy CVS updates
Дата
Msg-id 8691.1220773179@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Noisy CVS updates  ("D'Arcy J.M. Cain" <darcy@druid.net>)
Ответы Re: Noisy CVS updates
Список pgsql-hackers
"D'Arcy J.M. Cain" <darcy@druid.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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "D'Arcy J.M. Cain"
Дата:
Сообщение: Noisy CVS updates
Следующее
От: "David Rowley"
Дата:
Сообщение: Re: [PATCHES] TODO item: Implement Boyer-Moore searching (First time hacker)