git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Brett Porter <porter@devrts.com>
To: "Jakub Narębski" <jnareb@gmail.com>, git@vger.kernel.org
Subject: Re: stable as subset of develop
Date: Sat, 27 Aug 2016 09:17:48 -0400	[thread overview]
Message-ID: <57C192FC.3060107@devrts.com> (raw)
In-Reply-To: <1b3990a1-f9a0-f48e-239f-095b17108d0a@gmail.com>

Thank you Jakub for your feedback.

On 08/27/2016 03:55 AM, Jakub Narębski wrote:
> W dniu 27.08.2016 o 04:29, Brett Porter pisze:
>>
>> In a small group, develop is the branch where all fixes/additions/... from topic
>> branches are merged rather dynamically. Thorough testing of commits
>> may lag behind, but when we think one is a pretty good commit we want
>> to identify it as (at least relatively) the latest stable. We could
>> tag it, but we would like these stable commits to be a branch in the
>> sense that each commit points back to a previous commit.
>>
>> Merging from a development branch commit to stable isn't quite what
>> we want. It seems more like:
>>
>>    checkout the new good development commit
>>    change HEAD to the head of the stable branch
>>    git add --all
>>    git commit
>>    (maybe tag the new commit with the hash of the chosen development commit)

Oops - used tag in a generic sense when discussing git -- not helpful.
Really - would put the hash of the development commit into the log message for
  the stable commit.

>
> If you are really using topic branches, a better workflow would be
> to make use of them.  That is, do the development of new features
> on topic branches, test them in relative isolation, and when deemed
> ready merge them into development branch, for more testing (including
> integration testing).
>
> Then, those topic branches that are considered stable are merged
> into stable branch ("trunk").  You can think of it as picking
> features to have in stable.

Ok. There are 2 things at play.... The repository contains code for an embedded
system with several subsystems (separate executables on separate processors). We
will be trying to keep testing schemes up to date with respect to the progress
on the code -- but (beyond unit/module tests), the scene will change over time;
and, users may not be able to run much form their local copies. Second, only 2
of us have used git before (and, while trying to get up to speed - I am a ways
from git guru-dom yet), while everyone else has been using visual sourcesafe for
many years.

I want others to merge their work into development sooner rather than later to
minimize their and my problem of untangling conflicts (or - you rebased while
you were sharing work with Jill and...). And, testing on their work may be limited
before they push to our main repository and some integration can be done.

I really want to create a linked list of the development branch commits that are
of interest (their working sets - not the commit objects themselves), and using the
commit object's pointer to its predecessor seems like it could just do the job.
(it wouldn't be the place to go to for history / useful log entries)

>
> Take a look at Junio's blog posts about this topic.

Thanks for that. I will.

>
>> Will that work (one thing beyond my current understanding is if there
>> are index complications)? Other ideas?
>
> That looks a bit like reimplementation of cherry-picking.

Maybe I've misunderstood cherry-picking, but I've thought it different from the
list view that I've been thinking could help us (with merges and multiple
commits).

>
> Also, I think you would loose the ability to run git-bisect to find
> bad commits.

Hmmm - I'm imagining a rather sparse stable, with perhaps time-consuming
integration testing.

>
>> This could help with applying successively more intense testing over
>> time and chase down where problems arose.
>
> Reiterationg: if you are using topic branches, use topic-branch workflow.
>

  reply	other threads:[~2016-08-27 13:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-27  2:29 stable as subset of develop Brett Porter
2016-08-27  7:55 ` Jakub Narębski
2016-08-27 13:17   ` Brett Porter [this message]
2016-08-27 15:46     ` Jakub Narębski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=57C192FC.3060107@devrts.com \
    --to=porter@devrts.com \
    --cc=git@vger.kernel.org \
    --cc=jnareb@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).