Re: $Id$ -> $PostgreSQL$ Change

Lists: pgsql-hackers
From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: $Id$ -> $PostgreSQL$ Change
Date: 2003-11-27 05:50:04
Message-ID: 20031127014627.K41642@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers


Based on discussions on -hackers, and baring any objections betwen now and
then, I'm going to go through all files in CVS and change:

$Id$ -> $PostgreSQL$

I will do this the evening of Friday, November 29th ...

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664


From: Rod Taylor <pg(at)rbt(dot)ca>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: $Id$ -> $PostgreSQL$ Change
Date: 2003-11-27 13:52:58
Message-ID: 1069941177.17262.70.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On Thu, 2003-11-27 at 00:50, Marc G. Fournier wrote:
> Based on discussions on -hackers, and baring any objections betwen now and
> then, I'm going to go through all files in CVS and change:
>
> $Id$ -> $PostgreSQL$
>
> I will do this the evening of Friday, November 29th ...

I presume you will be committing the change to the CVSROOT/options file
somewhat before hand?

Don't forget $Header$ -> $PostgreSQL$

http://archives.postgresql.org/pgsql-patches/2003-11/msg00097.php

The line below is what goes into CVSROOT/options for the FreeBSD version
of CVS server, which I believe you are running.

tag=PostgreSQL=CVSHeader


From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Rod Taylor <pg(at)rbt(dot)ca>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: $Id$ -> $PostgreSQL$ Change
Date: 2003-11-28 20:29:54
Message-ID: 20031128162759.R41642@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On Thu, 27 Nov 2003, Rod Taylor wrote:

> On Thu, 2003-11-27 at 00:50, Marc G. Fournier wrote:
> > Based on discussions on -hackers, and baring any objections betwen now and
> > then, I'm going to go through all files in CVS and change:
> >
> > $Id$ -> $PostgreSQL$
> >
> > I will do this the evening of Friday, November 29th ...
>
> I presume you will be committing the change to the CVSROOT/options file
> somewhat before hand?

k, there was no options file already, so I just added it containing the
one line ...

And tested in on GNUMakefile.in, and appears okay:

#
# $PostgreSQL: pgsql-server/GNUmakefile.in,v 1.36 2003/11/28 20:32:09 pgsql Exp $
#

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664


From: Rod Taylor <pg(at)rbt(dot)ca>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: $Id$ -> $PostgreSQL$ Change
Date: 2003-11-28 20:40:42
Message-ID: 1070052041.40391.3.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

> k, there was no options file already, so I just added it containing the
> one line ...
>
> And tested in on GNUMakefile.in, and appears okay:
>
> #
> # $PostgreSQL: pgsql-server/GNUmakefile.in,v 1.36 2003/11/28 20:32:09 pgsql Exp $
> #

Looks good. Once you are comfortable with the changes, you will need to
add another line to CVSROOT/options to disable processing of the $Id$
and $Header$ tags should one accidentally be added.

tagexpand=iPostgreSQL


From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Rod Taylor <pg(at)rbt(dot)ca>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: $Id$ -> $PostgreSQL$ Change
Date: 2003-11-28 20:42:18
Message-ID: 20031128164149.D41642@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On Fri, 28 Nov 2003, Rod Taylor wrote:

> > k, there was no options file already, so I just added it containing the
> > one line ...
> >
> > And tested in on GNUMakefile.in, and appears okay:
> >
> > #
> > # $PostgreSQL: pgsql-server/GNUmakefile.in,v 1.36 2003/11/28 20:32:09 pgsql Exp $
> > #
>
> Looks good. Once you are comfortable with the changes, you will need to
> add another line to CVSROOT/options to disable processing of the $Id$
> and $Header$ tags should one accidentally be added.
>
> tagexpand=iPostgreSQL

'K, where do you find docs on the options file? there is nothing on it,
that I can find, in 'info cvs'?

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664


From: Rod Taylor <pg(at)rbt(dot)ca>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: $Id$ -> $PostgreSQL$ Change
Date: 2003-11-28 20:49:25
Message-ID: 1070052564.40391.6.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

> > Looks good. Once you are comfortable with the changes, you will need to
> > add another line to CVSROOT/options to disable processing of the $Id$
> > and $Header$ tags should one accidentally be added.
> >
> > tagexpand=iPostgreSQL
>
> 'K, where do you find docs on the options file? there is nothing on it,
> that I can find, in 'info cvs'?

Excellent question. I don't know the answer to that. I followed the
commit logs for the FreeBSD camp to find out what to do.


From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: Rod Taylor <pg(at)rbt(dot)ca>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: $Id$ -> $PostgreSQL$ Change
Date: 2003-11-29 19:58:25
Message-ID: 20031129155732.I99096@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers


Assuming I didn't miss any files, this is now complete ... I grep'd for
both $Header: and $Id:, and appear to have gotten them all ...

On Fri, 28 Nov 2003, Marc G. Fournier wrote:

> On Thu, 27 Nov 2003, Rod Taylor wrote:
>
> > On Thu, 2003-11-27 at 00:50, Marc G. Fournier wrote:
> > > Based on discussions on -hackers, and baring any objections betwen now and
> > > then, I'm going to go through all files in CVS and change:
> > >
> > > $Id$ -> $PostgreSQL$
> > >
> > > I will do this the evening of Friday, November 29th ...
> >
> > I presume you will be committing the change to the CVSROOT/options file
> > somewhat before hand?
>
> k, there was no options file already, so I just added it containing the
> one line ...
>
> And tested in on GNUMakefile.in, and appears okay:
>
> #
> # $PostgreSQL: pgsql-server/GNUmakefile.in,v 1.36 2003/11/28 20:32:09 pgsql Exp $
> #
>
> ----
> Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
> Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: Rod Taylor <pg(at)rbt(dot)ca>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: $Id$ -> $PostgreSQL$ Change
Date: 2003-11-29 21:32:42
Message-ID: 9734.1070141562@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

"Marc G. Fournier" <scrappy(at)postgresql(dot)org> writes:
> Assuming I didn't miss any files, this is now complete ... I grep'd for
> both $Header: and $Id:, and appear to have gotten them all ...

From here it looks like the $Id$ headers are all still there.

regards, tom lane


From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, Rod Taylor <pg(at)rbt(dot)ca>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: $Id$ -> $PostgreSQL$ Change
Date: 2003-11-29 22:30:39
Message-ID: 20031129183030.J99096@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers


k, I see why ... fixing right now ...

On Sat, 29 Nov 2003, Tom Lane wrote:

> "Marc G. Fournier" <scrappy(at)postgresql(dot)org> writes:
> > Assuming I didn't miss any files, this is now complete ... I grep'd for
> > both $Header: and $Id:, and appear to have gotten them all ...
>
> From here it looks like the $Id$ headers are all still there.
>
> regards, tom lane
>

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664


From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Rod Taylor <pg(at)rbt(dot)ca>
Cc: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: $Id$ -> $PostgreSQL$ Change
Date: 2003-11-29 22:40:29
Message-ID: 20031129184013.W99096@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On Fri, 28 Nov 2003, Rod Taylor wrote:

> > k, there was no options file already, so I just added it containing the
> > one line ...
> >
> > And tested in on GNUMakefile.in, and appears okay:
> >
> > #
> > # $PostgreSQL: pgsql-server/GNUmakefile.in,v 1.36 2003/11/28 20:32:09 pgsql Exp $
> > #
>
> Looks good. Once you are comfortable with the changes, you will need to
> add another line to CVSROOT/options to disable processing of the $Id$
> and $Header$ tags should one accidentally be added.
>
> tagexpand=iPostgreSQL

'K, changes are made, including the above ...

Let me know if I missed anything ...

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664