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 C9048DB9C for ; Mon, 13 Aug 2012 21:40:00 +0000 (UTC) Received: (qmail 97329 invoked by uid 500); 13 Aug 2012 21:40:00 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 97290 invoked by uid 500); 13 Aug 2012 21:40:00 -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 97282 invoked by uid 99); 13 Aug 2012 21:40:00 -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 21:40:00 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dave2wave@comcast.net designates 76.96.27.211 as permitted sender) Received: from [76.96.27.211] (HELO qmta11.emeryville.ca.mail.comcast.net) (76.96.27.211) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2012 21:39:51 +0000 Received: from omta23.emeryville.ca.mail.comcast.net ([76.96.30.90]) by qmta11.emeryville.ca.mail.comcast.net with comcast id mH1t1j00A1wfjNsABMfWwi; Mon, 13 Aug 2012 21:39:30 +0000 Received: from [192.168.1.2] ([67.180.51.144]) by omta23.emeryville.ca.mail.comcast.net with comcast id mMeV1j00h36gVt78jMeWRz; Mon, 13 Aug 2012 21:38:30 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: [DISCUSS] Re: [VOTE] Branching Strategy and SCM From: Dave Fisher In-Reply-To: Date: Mon, 13 Aug 2012 14:38:29 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <391032D7-4A8C-40B6-875A-E921DD627125@comcast.net> To: flex-dev@incubator.apache.org X-Mailer: Apple Mail (2.1084) X-Virus-Checked: Checked by ClamAV on apache.org On Aug 13, 2012, at 1:43 PM, Omar Gonzalez wrote: > On Mon, Aug 13, 2012 at 1:39 PM, Dave Fisher = wrote: >=20 >> My opinion/vote is (4) - no guts, no glory - work in trunk and learn = to >> co-operate. >>=20 >> The vote is more about the Classic model than it is about Git vs. = SVN. >>=20 >> To me svn tag =3D=3D git branch. >>=20 >> Regards, >> Dave >=20 >=20 > People that use Git a lot would strongly disagree with "svn tag =3D=3D = git > branch". For starters, SVN tags are supposed to not ever be edited, = and Git > branches are used for almost all new code addition/changes in the = "nvie" > model, so they're from from =3D=3D. I'm more thinking this from what happens in the central repository and = what gets marked up in the history from a few comparisons I've done. When you branch in git you are marking where you are in the main repos, = correct? If you never push it back the central repos never really cares = about your branch, correct? So to the repository a branch is like a tag. My opinion is that git is just putting off the work of integrating = diverse changes into a single release. I feel the same about the 3-Tier = plan. It is just putting ALL the work of deciding what is in a release = to a Release Manager. Really the Apache Way is for the Committers and the PPMC to share this = responsibility. As this podling must know, you never, ever know when = someone will exit. But go ahead and go the way you want, it is up to you all. Really what is the worst that can happen if someone plays in trunk and = makes a mistake? Regards, Dave >=20 > -omar