$Id$ -> $PostgreSQL$ Change

Started by The Hermit Hackerover 22 years ago10 messageshackers
Jump to latest
#1The Hermit Hacker
scrappy@hub.org

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@hub.org Yahoo!: yscrappy ICQ: 7615664

#2Rod Taylor
rbt@rbt.ca
In reply to: The Hermit Hacker (#1)
Re: $Id$ -> $PostgreSQL$ Change

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

#3The Hermit Hacker
scrappy@hub.org
In reply to: Rod Taylor (#2)
Re: $Id$ -> $PostgreSQL$ Change

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@hub.org Yahoo!: yscrappy ICQ: 7615664

#4Rod Taylor
rbt@rbt.ca
In reply to: The Hermit Hacker (#3)
Re: $Id$ -> $PostgreSQL$ Change

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

#5The Hermit Hacker
scrappy@hub.org
In reply to: Rod Taylor (#4)
Re: $Id$ -> $PostgreSQL$ Change

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@hub.org Yahoo!: yscrappy ICQ: 7615664

#6Rod Taylor
rbt@rbt.ca
In reply to: The Hermit Hacker (#5)
Re: $Id$ -> $PostgreSQL$ Change

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.

#7The Hermit Hacker
scrappy@hub.org
In reply to: The Hermit Hacker (#3)
Re: $Id$ -> $PostgreSQL$ Change

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@hub.org Yahoo!: yscrappy ICQ: 7615664

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

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

#8Tom Lane
tgl@sss.pgh.pa.us
In reply to: The Hermit Hacker (#7)
Re: $Id$ -> $PostgreSQL$ Change

"Marc G. Fournier" <scrappy@postgresql.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

#9The Hermit Hacker
scrappy@hub.org
In reply to: Tom Lane (#8)
Re: $Id$ -> $PostgreSQL$ Change

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

On Sat, 29 Nov 2003, Tom Lane wrote:

"Marc G. Fournier" <scrappy@postgresql.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@hub.org Yahoo!: yscrappy ICQ: 7615664

#10The Hermit Hacker
scrappy@hub.org
In reply to: Rod Taylor (#4)
Re: $Id$ -> $PostgreSQL$ Change

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@hub.org Yahoo!: yscrappy ICQ: 7615664