Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53415 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 170 invoked from network); 20 Jun 2011 15:31:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jun 2011 15:31:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:39188] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 57/D5-34681-DD76FFD4 for ; Mon, 20 Jun 2011 11:31:43 -0400 Received: from [192.168.2.230] (ppp-93-104-43-78.dynamic.mnet-online.de [93.104.43.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 40400744B3; Mon, 20 Jun 2011 17:31:37 +0200 (CEST) To: dukeofgaming Cc: Derick Rethans , Pierre Joye , PHP internals In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Mon, 20 Jun 2011 17:31:31 +0200 Message-ID: <1308583891.6296.4.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.2 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Can't vote yet, as RFC has "options" (Was: Re: [PHP-DEV] [VOTE] release process RFC) From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Mon, 2011-06-20 at 09:28 -0500, dukeofgaming wrote: > On Mon, Jun 20, 2011 at 8:30 AM, Derick Rethans wrote: > > > > I am not generally against this RFC, but this point needs to be > > discussed first IMO. As having 5 active branches at the same time for > > the "multiple major releases" option is *not* workable. > > > > If its because of the constant merges, it would be workable if a DVCS was > being used =) Even then it is hard. The "pure" merging is one thing. But for merging you first need to evaluate whether the patch is needed in the branch and test the patch on every branch. Over time the branches will diverge. Even if a patch applies it might be the wrong thing for a branch. And then every of these branches should be released. For a release one needs QA cycles etc. johannes