Re: Hacking on PostgreSQL via GIT - Mailing list pgsql-hackers

From Kris Jurka
Subject Re: Hacking on PostgreSQL via GIT
Date
Msg-id 4624403F.3030206@ejurka.com
Whole thread Raw
In response to Re: Hacking on PostgreSQL via GIT  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Hacking on PostgreSQL via GIT
Next
From: "Marko Kreen"
Date:
Subject: Re: RESET command seems pretty disjointed now