Re: [HACKERS] CVS and the backend - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] CVS and the backend
Date
Msg-id 199808052141.RAA10761@candle.pha.pa.us
Whole thread Raw
In response to CVS and the backend  (Peter T Mount <peter@retep.org.uk>)
Responses Re: [HACKERS] CVS and the backend  (Peter T Mount <peter@retep.org.uk>)
List 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 by date:

Previous
From: Peter T Mount
Date:
Subject: CVS and the backend
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] SPI procedure for removing large objects