A possible Git branching model for Calligra

Sven Langkamp sven.langkamp at gmail.com
Sun Jun 19 13:07:44 BST 2011


On Sun, Jun 19, 2011 at 7:16 AM, JL VT <pentalis at gmail.com> wrote:

> When I was learning about Git, I found this document describing a
> branching model for projects:
> http://nvie.com/posts/a-successful-git-branching-model/
>
> As far as my knowledge goes, our branching model is quite similar,
> except that we have no "Master" branch, Trunk takes the role of both
> the Develop and Master branches.
>
> What I think is the upside of the branching model described in that
> blog is that it's easy to create point releases with only bug fixes
> between major releases. While the cool new features keep appearing "in
> real time" in the Develop branch (which users can keep grabbing just
> like they've done so far), packagers can automatically grab the tagged
> releases from Master whenever there's an update, and it's guaranteed
> that each of these small point releases will be more robust (less
> buggy) than the previous.
>
> Thoughts?.
>
> PS: My sincerest apologies if our current branching model already
> works like that and I'm just preaching to the choir here.
>

This already is our branching model. Features are developed in branches,
even though it's not completely strict enforced.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/calligra-devel/attachments/20110619/857b107d/attachment.htm>


More information about the calligra-devel mailing list