Re: missing file in git repo

From: Cédric Villemain <cedric(dot)villemain(dot)debian(at)gmail(dot)com>
To: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
Cc: Alexey Klyukin <alexk(at)commandprompt(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: missing file in git repo
Date: 2010-04-30 11:35:27
Message-ID: y2ye94e14cd1004300435yd69df114ua84a911d8edb909f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2010/4/30 Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>:
> Alexey Klyukin wrote:
>>
>> I think postgres git repo is broken.
>>
>> The compilation of REL7_4_STABLE from git fails on my system with:
>>
>> make -C src all
>> make -C port all
>> make[2]: *** No rule to make target `sprompt.o', needed by `libpgport.a'.
>>  Stop.
>>
>> There is no sprompt.c in src/port in the sources obtained from git.
>> However, there is one in CVS:
>>
>> http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/port/sprompt.c?only_with_tag=REL7_4
>>
>> This looks like the initial synchronization issue, since this file is
>> there for really long time and appears not to be touched by any commit since
>> 2003.
>
> I don't think the git repo was ever considered working for the backbranches
> at all...

Really ?!
Then we have to remove the backbranches from the git.
http://wiki.postgresql.org/wiki/Working_with_Git#Using_Back_Branches

>
>
> Stefan
>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
>

--
Cédric Villemain

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2010-04-30 11:58:56 Re: failed assertion and panic in standby mode
Previous Message Cédric Villemain 2010-04-30 11:31:35 Re: COPY is not working