Re: Branches and versions

From: Tianon Gravi <admwiggin(at)gmail(dot)com>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: pgsql-pkg-docker(at)postgresql(dot)org
Subject: Re: Branches and versions
Date: 2014-07-18 00:30:07
Message-ID: CAHnKnK1z0bLGb00LbVs4wXzLj8ngkGPDnZCzE85GwUyM9hgfLg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-docker

On 17 July 2014 18:13, Josh Berkus <josh(at)agliodbs(dot)com> wrote:
> That kind of structure seems unintuitive to me, as opposed to having
> branches or tags. What's the advantage?

The advantage is that they're easier to manage and iterate on,
especially when you need to copy files between them (or compare
between them), which is something that in a case like this, we end up
doing quite often (in my experience). Also, we're only going to have
two or three files each, so the management overhead of branches and
tags gets to be noticeable.

This also makes it a lot easier to work with and build two versions at
once, which is useful when you've just updated all the versions with
some new tweak and just need to build/test all of them.

- Tianon

In response to

Browse pgsql-pkg-docker by date

  From Date Subject
Next Message Josh Berkus 2014-07-29 18:17:30 SSH-free PostgreSQL
Previous Message Josh Berkus 2014-07-18 00:13:44 Re: Branches and versions