Return-Path: X-Original-To: apmail-stdcxx-dev-archive@www.apache.org Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6EB3CD662 for ; Fri, 7 Sep 2012 12:15:59 +0000 (UTC) Received: (qmail 16759 invoked by uid 500); 7 Sep 2012 12:15:59 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 16667 invoked by uid 500); 7 Sep 2012 12:15:58 -0000 Mailing-List: contact dev-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list dev@stdcxx.apache.org Received: (qmail 16649 invoked by uid 99); 7 Sep 2012 12:15:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2012 12:15:58 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 76.96.62.32 is neither permitted nor denied by domain of jim@jagunet.com) Received: from [76.96.62.32] (HELO qmta03.westchester.pa.mail.comcast.net) (76.96.62.32) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2012 12:15:51 +0000 Received: from omta07.westchester.pa.mail.comcast.net ([76.96.62.59]) by qmta03.westchester.pa.mail.comcast.net with comcast id wBp61j00A1GhbT853CFaKN; Fri, 07 Sep 2012 12:15:34 +0000 Received: from [192.168.199.10] ([69.251.80.74]) by omta07.westchester.pa.mail.comcast.net with comcast id wCFq1j00B1cCKD93TCFrzx; Fri, 07 Sep 2012 12:15:51 +0000 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1486\)) Subject: Re: A question (or two) of procedure, etc. From: Jim Jagielski In-Reply-To: <5049DD36.40405@hates.ms> Date: Fri, 7 Sep 2012 08:15:28 -0400 Content-Transfer-Encoding: 7bit Message-Id: <867CED1B-7A7B-4E52-91F6-897D4E04FB40@jaguNET.com> References: <5048E63F.8090603@hates.ms> <50496333.2080004@gmail.com> <5049DD36.40405@hates.ms> To: dev@stdcxx.apache.org X-Mailer: Apple Mail (2.1486) X-Virus-Checked: Checked by ClamAV on apache.org Many projects have CTR on trunk and RTC (based on trunk revisions) to branch. This works well. On Sep 7, 2012, at 7:40 AM, Liviu Nicoara wrote: > On 09/06/12 23:00, Martin Sebor wrote: >>> Every project has certain branch strategy, I'm not sure about this so >>> maybe Martin can advice. I prefer to develop on trunk and cherry pick >>> to the other branches avoiding bulk merges (and that's in both >>> directions). >> >> We've done most work on 4.2.x for historical reasons. I think >> a better strategy is to develop, as you suggest, on trunk which >> has the least restrictive commit policy, and merge changes out >> to the more restrictive branches as appropriate. > > If open to voting, I am for trunk first, branches later. > > Liviu >