Re: [HACKERS] CVS and the backend

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] CVS and the backend
Дата
Msg-id 199808052141.RAA10761@candle.pha.pa.us
обсуждение исходный текст
Ответ на CVS and the backend  (Peter T Mount <peter@retep.org.uk>)
Ответы Re: [HACKERS] CVS and the backend
Список pgsql-hackers
>
> I've just run CVS UPDATE again, in another attempt to get initdb to run.
> Anyhow, I noticed that there was a message saying that there were
> conflicts. Any ideas?
>

Conflicts between your cvs tree and the current tree, meaning you
committed stuff and it could not merge the changes into your tree?

I use this script to remove changed files in my distribution.

    :
    cd /pgcvs &&
    pn pgcvs -qn update pgsql | grep '^M ' | cut -d' ' -f2 | xargs rm
    pgupdate


--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

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

Предыдущее
От: Peter T Mount
Дата:
Сообщение: CVS and the backend
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] SPI procedure for removing large objects