Re: The Contrib Roundup (long)

From: "Matthew D(dot) Fuller" <fullermd(at)over-yonder(dot)net>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: Alvaro Herrera <alvherre(at)surnet(dot)cl>, Peter Eisentraut <peter_e(at)gmx(dot)net>, josh(at)agliodbs(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: The Contrib Roundup (long)
Date: 2005-06-08 22:54:08
Message-ID: 20050608225408.GC64736@over-yonder.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jun 08, 2005 at 06:50:06PM -0300 I heard the voice of
Marc G. Fournier, and lo! it spake thus:
> On Wed, 8 Jun 2005, Alvaro Herrera wrote:
> >On Wed, Jun 08, 2005 at 04:21:46PM -0300, Marc G. Fournier wrote:
> >>
> >>Why would it destroy the history? Its easy enough to move the files to a
> >>subdirectory without losing any history ... hell, we did it when we moved
> >>JDBC/ODBC out of core, the history was maintained ...
> >
> >Can't do that, because if you do the files will disappear in (say) 7.4
> >releases, and we don't want that, do we?
>
> Hrmmm, good point that I hadn't thought of ... unless, of course, we
> back-patch the build changes ...

That's why you COPY the files in the repo, cvs rm the old locations
(so they still exist on older tags/branches), and do some surgery on
the new locations to remove the old tags (though you can't remove
branches last I checked, without more serious magic; you could go in
and cvs rm on the branches I guess, which is better than nothing,
though more work) so they don't start showing up on old release co's.

It's nasty, but it works.

--
Matthew Fuller (MF4839) | fullermd(at)over-yonder(dot)net
Systems/Network Administrator | http://www.over-yonder.net/~fullermd/
On the Internet, nobody can hear you scream.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2005-06-08 23:23:30 Re: The Contrib Roundup (long)
Previous Message Andrew Dunstan 2005-06-08 22:32:12 Re: [PATCHES] regexp_replace