Re: Hacking on PostgreSQL via GIT

From: Kris Jurka <books(at)ejurka(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Hacking on PostgreSQL via GIT
Date: 2007-04-17 03:34:23
Message-ID: 4624403F.3030206@ejurka.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robins 2007-04-17 03:43:30 Fwd: Strangely Variable Query Performance
Previous Message Martin Langhoff 2007-04-17 03:31:16 Re: Hacking on PostgreSQL via GIT