Re: missing file in git repo - Mailing list pgsql-hackers

From Cédric Villemain
Subject Re: missing file in git repo
Date
Msg-id y2ye94e14cd1004300435yd69df114ua84a911d8edb909f@mail.gmail.com
Whole thread Raw
In response to Re: missing file in git repo  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
Responses Re: missing file in git repo  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-hackers
2010/4/30 Stefan Kaltenbrunner <stefan@kaltenbrunner.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@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
>



--
Cédric Villemain


pgsql-hackers by date:

Previous
From: Cédric Villemain
Date:
Subject: Re: COPY is not working
Next
From: Simon Riggs
Date:
Subject: Re: failed assertion and panic in standby mode