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

From Cédric Villemain
Subject Re: missing file in git repo
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: missing file in git repo  (Stefan Kaltenbrunner <[email protected]>)
Responses Re: missing file in git repo
List pgsql-hackers
2010/4/30 Stefan Kaltenbrunner <[email protected]>:
> 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 ([email protected])
> 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