Re: Git Repository for WITH RECURSIVE and others

From: Yoshiyuki Asaba <y-asaba(at)sraoss(dot)co(dot)jp>
To: david(at)fetter(dot)org
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Git Repository for WITH RECURSIVE and others
Date: 2008-07-03 02:16:49
Message-ID: 20080703.111649.575506241366777701.y-asaba@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

From: David Fetter <david(at)fetter(dot)org>
Subject: Re: [HACKERS] Git Repository for WITH RECURSIVE and others
Date: Tue, 24 Jun 2008 07:47:13 -0700

> > > With lots of help from Greg Sabino Mullane, I've set up a git
> > > repository for the WITH RECURSIVE patches on
> > > <http://git.postgresql.org/>.
> >
> > Thank you very much.
> >
> > I tried git-clone, but I could not access the repository.
> >
> > % git-clone git://git.postgresql.org/git/~davidfetter/postgresql/.git
> > Initialized empty Git repository in /home/y-asaba/x/postgresql/.git/
> > fatal: The remote end hung up unexpectedly
> > fetch-pack from 'git://git.postgresql.org/git/~davidfetter/postgresql/.git' failed.
>
> I ran git-update-server-info on the server, and it should work now. :)

I cannot get yet...

% cat ~/.gitconfig
[user]
name = Yoshiyuki Asaba
email = y-asaba(at)sraoss(dot)co(dot)jp

# WITH RECURSIVE repository
% git-clone git://git.postgresql.org/git/~davidfetter/postgresql/.git
Initialized empty Git repository in /home/y-asaba/x/postgresql/.git/
fatal: The remote end hung up unexpectedly
fetch-pack from 'git://git.postgresql.org/git/~davidfetter/postgresql/.git' failed.

# PostgreSQL repository
% git clone git://git.postgresql.org/git/postgresql.git
Initialized empty Git repository in /home/y-asaba/git/x/postgresql/.git/
fatal: The remote end hung up unexpectedly
fetch-pack from 'git://git.postgresql.org/git/postgresql.git'
failed.

# another PostgreSQL repository (I can get.)
git clone git://repo.or.cz/PostgreSQL.git
Initialized empty Git repository in /home/y-asaba/git/x/PostgreSQL/.git/
remote: Counting objects: 323716, done.
remote: Compressing objects: 100% (53329/53329), done.
...

Regards,
--
Yoshiyuki Asaba
y-asaba(at)sraoss(dot)co(dot)jp

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Treat 2008-07-03 03:00:19 Re: DTrace probes.
Previous Message Stephen Frost 2008-07-03 01:33:46 Re: pg_dump lock timeout