From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dan.rpsys.net ([93.97.175.187]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1R8Afu-0004q3-8h for openembedded-core@lists.openembedded.org; Mon, 26 Sep 2011 14:52:46 +0200 Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p8QCrWAh021168 for ; Mon, 26 Sep 2011 13:53:33 +0100 X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id W2tljkpbg2b9 for ; Mon, 26 Sep 2011 13:53:32 +0100 (BST) Received: from [192.168.1.40] (tim [93.97.173.237]) (authenticated bits=0) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p8QCrTvL021164 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 26 Sep 2011 13:53:31 +0100 From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Mon, 26 Sep 2011 13:47:05 +0100 In-Reply-To: References: <1316734501.28323.18.camel@ted> <1316799031.3125.3.camel@ted> <1317029042.26109.29.camel@ted> X-Mailer: Evolution 3.1.91- Message-ID: <1317041232.26109.38.camel@ted> Mime-Version: 1.0 Subject: Re: Branch management for OE-Core release X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2011 12:52:46 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2011-09-26 at 09:27 -0300, Otavio Salvador wrote: > On Mon, Sep 26, 2011 at 06:23, Richard Purdie > wrote: > ... > > FWIW, something like git cherry can identify your local changes so you > > could apply them on top of master so there are other ways to make your > > usecase work... > > This breaks the value of using a SCM since you won't have a common parent. > > As Chris, I'd prefer to have it merged. > > The only way it can complicate issue is if fixes are cherry-picked > into the stable branch. If they're are done into the stable and merged > into master this works wonderfully. No, this just just plain wrong. Changes go into master which is where development happens. They can then filter into other branches (there may be more than one) as needed. To illustate the problem, if a change is needed in two different release branches you'd commit to both and then cherry-pick both into master? Cheers, Richard