Обсуждение: REL7_1_STABLE tag/branch

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

REL7_1_STABLE tag/branch

От
Bruce Momjian
Дата:
Can someone confirm that REL7_1_STABLE is a branch and not a tag?  I am
having trouble doing 'cvs log -rREL7_1_STABLE' and wanted to make sure
everything was set up properly.  I can 'cvs update/commit' fine.

It is my understanding that it should be a branch.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


Re: REL7_1_STABLE tag/branch

От
The Hermit Hacker
Дата:
it is a branch ... for lack of a better way to work it:

symbolic names:       REL7_1_STABLE: 1.106.0.2       REL7_1_BETA: 1.79       REL7_1_BETA3: 1.86       REL7_1_BETA2:
1.86      REL7_1: 1.102       REL7_0_PATCHES: 1.70.0.2       REL7_0: 1.70       REL6_5_PATCHES: 1.52.0.2       REL6_5:
1.52      REL6_4: 1.44.0.2       release-6-3: 1.33       SUPPORT: 1.1.1.1       PG95-DIST: 1.1.1
 

the big long numbers (1.106.0.2) denote branches ... the shorter ones
(1.79) simple tags along the main trunk ...

On Fri, 11 May 2001, Bruce Momjian wrote:

> Can someone confirm that REL7_1_STABLE is a branch and not a tag?  I am
> having trouble doing 'cvs log -rREL7_1_STABLE' and wanted to make sure
> everything was set up properly.  I can 'cvs update/commit' fine.
>
> It is my understanding that it should be a branch.
>
> --
>   Bruce Momjian                        |  http://candle.pha.pa.us
>   pgman@candle.pha.pa.us               |  (610) 853-3000
>   +  If your life is a hard drive,     |  830 Blythe Avenue
>   +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>

Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org



Re: REL7_1_STABLE tag/branch

От
Tom Lane
Дата:
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Can someone confirm that REL7_1_STABLE is a branch and not a tag?

Seems to work for committing stuff into the branch, so it must be
a branch ...
        regards, tom lane


Re: REL7_1_STABLE tag/branch

От
Ian Lance Taylor
Дата:
Bruce Momjian <pgman@candle.pha.pa.us> writes:

> Can someone confirm that REL7_1_STABLE is a branch and not a tag?  I am
> having trouble doing 'cvs log -rREL7_1_STABLE' and wanted to make sure
> everything was set up properly.  I can 'cvs update/commit' fine.
> 
> It is my understanding that it should be a branch.

You can find out by doing `cvs status -v' on some file which has the
tag.

Looks to me like a branch:       REL7_1_STABLE                   (branch: 1.23.2)

Ian