Обсуждение: $Id$ -> $PostgreSQL$ Change

Поиск
Список
Период
Сортировка

$Id$ -> $PostgreSQL$ Change

От
"Marc G. Fournier"
Дата:
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


Re: $Id$ -> $PostgreSQL$ Change

От
Rod Taylor
Дата:
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



Re: $Id$ -> $PostgreSQL$ Change

От
Rod Taylor
Дата:
> > 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.




Re: $Id$ -> $PostgreSQL$ Change

От
"Marc G. Fournier"
Дата:
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


Re: $Id$ -> $PostgreSQL$ Change

От
Rod Taylor
Дата:
> 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



Re: $Id$ -> $PostgreSQL$ Change

От
"Marc G. Fournier"
Дата:
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


Re: $Id$ -> $PostgreSQL$ Change

От
"Marc G. Fournier"
Дата:
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


Re: $Id$ -> $PostgreSQL$ Change

От
Tom Lane
Дата:
"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


Re: $Id$ -> $PostgreSQL$ Change

От
"Marc G. Fournier"
Дата:
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


Re: $Id$ -> $PostgreSQL$ Change

От
"Marc G. Fournier"
Дата:
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