Re: [HACKERS] CVS and the backend

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: peter(at)retep(dot)org(dot)uk (Peter T Mount)
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] CVS and the backend
Date: 1998-08-05 21:41:20
Message-ID: 199808052141.RAA10761@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)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)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Hartwig 1998-08-05 22:05:58 Re: [HACKERS] SPI procedure for removing large objects
Previous Message Bruce Momjian 1998-08-05 21:40:06 Re: [HACKERS] SPI procedure for removing large objects