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

From Alvaro Herrera
Subject Re: Hacking on PostgreSQL via GIT
Date
Msg-id 20070418192244.GG19598@alvh.no-ip.org
Whole thread Raw
In response to Re: Hacking on PostgreSQL via GIT  (Aidan Van Dyk <aidan@highrise.ca>)
Responses Re: Hacking on PostgreSQL via GIT
List pgsql-hackers
Aidan Van Dyk wrote:
> * Aidan Van Dyk <aidan@highrise.ca> [070418 15:03]:
> 
> > > Then how do you tell what version a file is if it's outside of a
> > > checkout?
> > 
> > That's what all the fun is about ;-)  Some would say that "labelling" the
> > file is the job of the release processes.  Others say it's the job of
> > the SCM system...
> 
> Noting that if you take something "outside of a checkout" means you've
> "released" it from the VCS...

Which is not always what happens in reality.  Consider for example that
we borrowed some files from NetBSD, OpenBSD, Tcl, zic and others.  It
would be nice to know exactly at what point we borrowed the file, so we
can go to the upstream repo and check if there's any bug fix that we
should also apply to our local copy.  And we _also_ modify locally the
file of course, so just digesting the file we have to get a SHA1 (or
whatever) identifier is not an option.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


pgsql-hackers by date:

Previous
From: Aidan Van Dyk
Date:
Subject: Re: Hacking on PostgreSQL via GIT
Next
From: Alvaro Herrera
Date:
Subject: Remaining VACUUM patches