Re: Git conversion status

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: Git conversion status
Date: 2010-09-21 17:43:28
Message-ID: AANLkTikA6b5R87Yg_fzQKrTnuhaOxSUDDLACEsw+VnoF@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Sep 21, 2010 at 1:32 PM, Alvaro Herrera
<alvherre(at)commandprompt(dot)com> wrote:
> Excerpts from Magnus Hagander's message of lun sep 20 12:49:28 -0400 2010:
>
>> Committers can (and should! please test!) clone from git clone
>> ssh://git(at)gitmaster(dot)postgresql(dot)org/postgresql.git.
>>
>> Please do *NOT* commit or push anything to this repository yet though:
>> The repo is there - all the scripts to manage it are *not*. So don't
>> commit until I confirm that it is.
>>
>> But please clone and verify the stuff we have now.
>
> I tried to follow the instructions on the Wiki but they didn't work.
> The ones under the heading "Dependent Clone per Branch, Pushing and
> Pulling From a Local Repository" that is.
>
> What I find is that after doing the local clone for the branch, i.e.
>  git clone postgresql REL9_0_STABLE
> this clones only the "master" branch somehow, not the other branches; so
> when I later run
>  git checkout REL9_0_STABLE
> on that clone, it fails with this message:
>
> $ git checkout REL9_0_STABLE
> error: pathspec 'REL9_0_STABLE' did not match any file(s) known to git.

Oops. I left out a step. Fixed.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2010-09-21 17:45:12 Re: What happened to the is_<type> family of functions proposal?
Previous Message Tom Lane 2010-09-21 17:41:32 Re: What happened to the is_<type> family of functions proposal?