missing file in git repo - Mailing list pgsql-hackers

From Alexey Klyukin
Subject missing file in git repo
Date
Msg-id 555A7EAB-52FC-4A8A-BE68-2381E7BD0B66@commandprompt.com
Whole thread Raw
Responses Re: missing file in git repo  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
List pgsql-hackers
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
touchedby any commit since 2003. 

--
Alexey Klyukin                    http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc



pgsql-hackers by date:

Previous
From: Aftab Hussain
Date:
Subject: Patch for PKST timezone
Next
From: Stefan Kaltenbrunner
Date:
Subject: Re: missing file in git repo