Re: managing git disk space usage - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: managing git disk space usage
Date
Msg-id 1279740453-sup-1810@alvh.no-ip.org
Whole thread Raw
In response to Re: managing git disk space usage  (Dimitri Fontaine <dfontaine@hi-media.com>)
Responses Re: managing git disk space usage
List pgsql-hackers
Excerpts from Dimitri Fontaine's message of mié jul 21 15:00:48 -0400 2010:

> Well, there's also the VPATH possibility, where all your build objects
> are stored out of the way of the repo. So you could checkout the branch
> you're interrested in, change to the associated build directory and
> build there. And automate that of course.

This does not work as cleanly as you suppose, because some "build
objects" are stored in the source tree.  configure being one of them.
So if you switch branches, configure is rerun even in a VPATH build,
which is undesirable.


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: documentation for committing with git
Next
From: Alvaro Herrera
Date:
Subject: Re: documentation for committing with git