Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B1B8EDB27 for ; Mon, 13 Aug 2012 22:53:53 +0000 (UTC) Received: (qmail 28375 invoked by uid 500); 13 Aug 2012 22:53:52 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 28345 invoked by uid 500); 13 Aug 2012 22:53:52 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 28337 invoked by uid 99); 13 Aug 2012 22:53:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2012 22:53:52 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of aharui@adobe.com designates 64.18.1.191 as permitted sender) Received: from [64.18.1.191] (HELO exprod6og106.obsmtp.com) (64.18.1.191) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2012 22:53:45 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob106.postini.com ([64.18.5.12]) with SMTP ID DSNKUCmFZdQbfBadzsJRBH/ROXMhcchVYL1Y@postini.com; Mon, 13 Aug 2012 15:53:25 PDT Received: from inner-relay-4.eur.adobe.com (inner-relay-4.adobe.com [193.104.215.14]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q7DMotk0018863 for ; Mon, 13 Aug 2012 15:50:56 -0700 (PDT) Received: from nacas03.corp.adobe.com (nacas03.corp.adobe.com [10.8.189.121]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id q7DMrMYr006958 for ; Mon, 13 Aug 2012 15:53:23 -0700 (PDT) Received: from NAMBX02.corp.adobe.com ([10.8.127.96]) by nacas03.corp.adobe.com ([10.8.189.121]) with mapi; Mon, 13 Aug 2012 15:53:22 -0700 From: Alex Harui To: "flex-dev@incubator.apache.org" Date: Mon, 13 Aug 2012 15:53:20 -0700 Subject: Re: [DISCUSS] Re: [VOTE] Branching Strategy and SCM Thread-Topic: [DISCUSS] Re: [VOTE] Branching Strategy and SCM Thread-Index: Ac15pVsF05nwg52ASLOV13bPadv3RwAARQiT Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-Entourage/13.11.0.110726 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org On 8/13/12 3:45 PM, "Carlos Rovira" wrote: > Hi Alex, >=20 > What is that "clarity"? Can you give me an example? If I want to >> contribute a set of Spark Charts, why should I have to cut a branch firs= t? >> Why can't I just check in ChartBase into the "develop" branch, then add = in >> Pie, Bar, etc over time in subsequent check ins as I finish them up? >>=20 >>=20 > First considere that in Git, "develop" use to be as stable as possible an= d > you can make nightly builds from this branch and "master" use to be > production ready with the release we made. >=20 > Normaly, if you are working in a set of spark charts, your work will spaw= n > over some weeks. So if you work directly on develop, you should not commi= t > your work to SVN until is done because you will make "develop" unstable > until you close the feature. Interesting, that's a different definition of "unstable" than I was thinking. One of the goals I think folks had was to get stuff out of their whiteboards and into a shared working environment sooner so more folks woul= d notice it and it would get better faster. Requiring everyone to work in their own branches until "complete" seems overly restrictive. IMO, if a new component is "working" (i.e. doesn't break any existing tests= ) and is ready for other folks to use, it should be allowed into the "develop= " branch. It doesn't have to be feature complete, bug-free or otherwise production ready. For sure, if you are doing a risky change to UIComponent then a branch is wise. --=20 Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui