On Sun, Jun 19, 2011 at 7:16 AM, JL VT <penta...@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.
_______________________________________________
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-devel

Reply via email to