Re: Error with GIT Repository

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: "Luxenberg, Scott I(dot)" <scott(dot)luxenberg(at)noblis(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, "Frost, Stephen" <sfrost(at)noblis(dot)org>
Subject: Re: Error with GIT Repository
Date: 2010-06-10 19:23:47
Message-ID: 1276197673-sup-5157@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-performance

Excerpts from Andrew Dunstan's message of jue jun 10 11:26:59 -0400 2010:

> Why are you cloning over http? Here is the best way to clone, which
> seems to be working:
>
> [andrew(at)sophia ]$ git clone --mirror
> git://git.postgresql.org/git/postgresql.git
> Initialized empty Git repository in /home/andrew/postgresql.git/

In case you're a git-ignorant like me and are wondering why the above
does not produce a usable checkout, the complete recipe is here:

http://archives.postgresql.org/message-id/20090602162347.GF23972@yugib.highrise.ca
(in short, you need a git clone --reference)

--
Álvaro Herrera <alvherre(at)commandprompt(dot)com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dimitri Fontaine 2010-06-10 19:24:41 Re: Command to prune archive at restartpoints
Previous Message Tom Lane 2010-06-10 19:16:38 Re: Idea for getting rid of VACUUM FREEZE on cold pages

Browse pgsql-performance by date

  From Date Subject
Next Message Anne Rosset 2010-06-10 19:34:07 Re: Need to increase performance of a query
Previous Message Jochen Erwied 2010-06-10 19:22:11 Re: Need to increase performance of a query