Boost logo

Boost :

Subject: Re: [boost] [git] neglected aspects
From: Matthias Vallentin (vallentin_at_[hidden])
Date: 2012-02-09 13:16:08


> This has pictures:
>
> http://nvie.com/posts/a-successful-git-branching-model/

Just to throw in another perspective: when switching from svn to git
in our project [1], we used this model as a starting point - with a
few modifications. Here is an overview of what we came up with:

    http://www.bro-ids.org/development/process.html

We initially used both a master and a devel branch, but then noticed
that the devel branch does not really get used. Instead, developers
preferred the topic branch concept. Our master is essentially the
development branch in which nightly testing occurs.

    Matthias

[1] http://www.bro-ids.org


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk