Freezes and Git Migration

Niko Sams niko.sams at gmail.com
Mon Apr 26 07:48:03 UTC 2010


On Mon, Apr 26, 2010 at 09:43, Andreas Pakulat <apaku at gmx.de> wrote:
> On 26.04.10 07:36:06, Niko Sams wrote:
>> On Mon, Apr 26, 2010 at 01:25, Andreas Pakulat <apaku at gmx.de> wrote:
>> > and doing bugfixes is as easy as possible (check
>> > out the oldest branch that has the bug, fix it there, wait until it
>> > propagates upwards).
>> I think that is problematic, as I have to wait up to one month until the
>> bugfix is in master (where I do most development)
>
> No, thats wrong, most development should be done in feature branches not
> in master.
Ok - but they branch off master and merge back into master, right?

>> Is it possible to immediately (semi-)automatically merge the bugfix commits
>> upwards? Or decide this case-by-case?
>
> You can always cherry-pick commits for grave bugs, git will handle that
> when finally merging the stable branch.
yes, but that's additional work to do.

> We can also do it more often, once a week for example.
that sounds like a good idea to me.

Niko




More information about the KDevelop-devel mailing list