Re: Problem with sources.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Problem with sources.
Дата
Msg-id 4E4134B0.60705@dunslane.net
обсуждение исходный текст
Ответ на Problem with sources.  (pasman pasmański <pasman.p@gmail.com>)
Ответы Re: Problem with sources.  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers

On 08/09/2011 09:10 AM, pasman pasmański wrote:
> When i try to fetch sources via git, there is an error:
>
> error: Unable to find 676e3c735dec32ba0448fdd0faf9ace37c1fa792 under
> http://git.postgresql.org/git/postgresql.git
> Cannot obtain needed object 676e3c735dec32ba0448fdd0faf9ace37c1fa792
> error: Fetch failed.
>
>
> How to get current branch ?


I always use the git protocol, which is working fine:
   [andrew@ophelia ~]$ git clone   git://git.postgresql.org/git/postgresql.git ntestpg   Cloning into ntestpg...
remote:Counting objects: 418000, done.   remote: Compressing objects: 100% (78367/78367), done.   remote: Total 418000
(delta348625), reused 406551 (delta 337799)   Receiving objects: 100% (418000/418000), 119.93 MiB | 1.13 MiB/s, done.
Resolvingdeltas: 100% (348625/348625), done.
 

cheers

andrew




В списке pgsql-hackers по дате отправления:

Предыдущее
От: pasman pasmański
Дата:
Сообщение: Problem with sources.
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: WIP fix proposal for bug #6123