Re: Hacking on PostgreSQL via GIT

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Hacking on PostgreSQL via GIT
Дата
Msg-id 4624403F.3030206@ejurka.com
обсуждение исходный текст
Ответ на Re: Hacking on PostgreSQL via GIT  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:

> It shouldn't be a big problem, assuming the checkout preserves the file
> dates --- they'll look older than the source files and so a rebuild will
> happen anyway in such a checkout.
> 

Actually this is a problem with at least SVN.  A "svn export" will 
create files with the original repository dates, but a "svn checkout" 
will use the current time unless you enable a config option for your 
local svn client.

Kris Jurka


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Hacking on PostgreSQL via GIT
Следующее
От: "Marko Kreen"
Дата:
Сообщение: Re: RESET command seems pretty disjointed now