Re: new git repository request

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>
Cc: pgsql-www(at)postgresql(dot)org, kitagawa(at)sraoss(dot)co(dot)jp
Subject: Re: new git repository request
Date: 2011-10-24 08:09:08
Message-ID: CABUevEzaFLEy9F9ViQVL102U3ZYvR9BqeqfOF=ByN0YH8u-vKw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

On Mon, Oct 24, 2011 at 03:37, Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp> wrote:
>> On Oct 21, 2011 10:12 AM, "Tatsuo Ishii" <ishii(at)sraoss(dot)co(dot)jp> wrote:
>>>
>>> > On Oct 21, 2011 10:03 AM, "Tatsuo Ishii" <ishii(at)sraoss(dot)co(dot)jp> wrote:
>>> >>
>>> >> Hi Dave,
>>> >>
>>> >> >> On Tue, Oct 4, 2011 at 01:33, Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>
>> wrote:
>>> >> >>> Hi,
>>> >> >>>
>>> >> >>> I have requested a new repository for pgpool-II development a few
>> days
>>> >> >>> ago and still I see the approved status "no".
>>> >> >>>
>>> >> >>> Name    Description     gitweb  gitserve        Approved
>>> >> >>> pgpool2         Pgpool-II - PostgreSQL clustering tool  url     url
>>> >   No
>>> >> >>>
>>> >> >>> So my request was not approved or should I wait for more?
>>> >> >>
>>> >> >> Hi!
>>> >> >>
>>> >> >> My bad - the system that notifies of pending approvals is broken,
>> and
>>> >> >> I've forgotten to check the queue lately :( I've approved it now,
>>> >> >> sorry about the delay.
>>> >> >
>>> >> > No problem, thanks a lot!
>>> >>
>>> >> I need to migrate from pgfoundry CVS with all the history retained.  I
>>> >> have a converted git repository and would like to install to the
>>> >> repository "pgpool2" you gave me. For this purpose, I tried to ssh to
>>> >> ishii(at)git(dot)postgresql(dot)org but I was asked my password although I
>>> >> already uploaded RSA/DSA public keys to the PostgreSQL community
>>> >> account several hours ago. Am I missing something?
>>> >
>>> > Yes. You need to use git(at)git(dot)postgresql(dot)org - the system will pick up
>> your
>>> > id automatically after that. And you can't say there, only git itself is
>>> > allowed.
>>>
>>> You mean I cannot bring CVS history to git?
>>
>> Not at all, that works perfectly well. You just need to run the conversation
>> process somewhere other than the git server, and then "git push" the result.
>
> One question. I would like to create an authoritative pgpool
> repository on git.postgresql.org. In my understanding, I need to run:
>
> $ cd somewhere
> $ git clone --bare git://git..... pgpool2.git
>
> on git.postgresql.org. How can I do this?

No need to do any of this. The system has already prepared the
repository for you, you can just clone it. E.g. "git clone
ssh://git(at)git(dot)postgresql(dot)org/pgpool2.git". Or you can add that as a
remote and push into it.

(note that it has to be the ssh protocol - the git protocol is only
allowed for pulling, not pushing)

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Tatsuo Ishii 2011-10-24 08:24:03 Re: new git repository request
Previous Message Magnus Hagander 2011-10-24 08:05:44 Re: archives.postgresql.org not responding