| From: | The Hermit Hacker <scrappy(at)hub(dot)org> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-hackers(at)postgreSQL(dot)org |
| Subject: | Re: [HACKERS] Open the flood gates...v6.4 is tag'd... |
| Date: | 1998-11-05 02:35:09 |
| Message-ID: | Pine.BSF.4.05.9811042234000.2139-100000@thelab.hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Wed, 4 Nov 1998, Tom Lane wrote:
> > Well, v6.4 is branched and in a "released state"...those wanting
> > to start moving on, go for it.
>
> I did a fresh 'cvs checkout' just now to make sure I had a good set
> of files, and was dismayed to discover that a whole bunch of dead
> subdirectories have reappeared in the CVS tree. For example,
> pgsql/contrib/ip_and_mac
> pgsql/contrib/multikey
> pgsql/contrib/plpgsql
> pgsql/contrib/sequence
> pgsql/contrib/zap_ltv
> which have nothing in them except CVS overhead.
>
> I suppose this is a side effect of marking things "branched" ...
> When you have time to spare on prettification, can you make those
> directories go away again?
Did you use the -P option? when you checkout, you should do:
cvs checkout -P pgsql
It gets rid of the 'dead' directories tha way...
> > Those with committer's access to the source tree, Thomas and I are
> > working up docs for how to access the REL6_4 branch...
>
> I assume if I just check in without paying attention, I will be
> checking into the 6.5-to-be branch?
If you didn't check out the v6.4 release explicitly (using -r
REL6_4), you wont' check into it either...
Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tatsuo Ishii | 1998-11-05 04:26:01 | Re: [ANNOUNCE] November 4th, 1998: PostgreSQL v6.4 Released |
| Previous Message | Bruce Momjian | 1998-11-05 01:43:36 | Re: [HACKERS] Open the flood gates...v6.4 is tag'd... |