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 B0750DC22 for ; Mon, 13 Aug 2012 20:44:14 +0000 (UTC) Received: (qmail 31440 invoked by uid 500); 13 Aug 2012 20:44:13 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 31404 invoked by uid 500); 13 Aug 2012 20:44:13 -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 31395 invoked by uid 99); 13 Aug 2012 20:44:13 -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 20:44:13 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of omarg.developer@gmail.com designates 209.85.212.47 as permitted sender) Received: from [209.85.212.47] (HELO mail-vb0-f47.google.com) (209.85.212.47) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2012 20:44:07 +0000 Received: by vbbfr13 with SMTP id fr13so3819959vbb.6 for ; Mon, 13 Aug 2012 13:43:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=D694GEqSbYzqonpNXSStfbo6UprVmi17u8Q+QHsXk7U=; b=iXzrRjs3AWFi9Ji+mJj0OVtkx9aImlrqFPWwLbWbIbEONpQH6651IoBD0pYiN771mo uNSKnFQzrr7DCwFnggfr2E/wOODEBJH+6tOOGMAzXxP7xPSGDq5fkJIcL/0AUzGVJwe/ NsedwSMJ6RFksImzNMTZf6dXcVngYFlQjUwQ0HDebmhz7Zp+tDv+HnSherQJBXbDjIL7 R4XTIXJztYFtBXLd9SXepXeSqY7r1yMZZIhTP/FCldBCCyFDKwGi6JP5JQDLDgQeH7eC IbPTXVVeRlFVSq+JwcoWzeevIeCGjL29l+MniJLlZhJFH77lUyKXXF3JwlRjRIyQUEGi Ru0w== MIME-Version: 1.0 Received: by 10.220.241.143 with SMTP id le15mr8911731vcb.3.1344890626787; Mon, 13 Aug 2012 13:43:46 -0700 (PDT) Received: by 10.58.249.139 with HTTP; Mon, 13 Aug 2012 13:43:46 -0700 (PDT) In-Reply-To: <391032D7-4A8C-40B6-875A-E921DD627125@comcast.net> References: <391032D7-4A8C-40B6-875A-E921DD627125@comcast.net> Date: Mon, 13 Aug 2012 13:43:46 -0700 Message-ID: Subject: Re: [VOTE] Branching Strategy and SCM From: Omar Gonzalez To: flex-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=14dae9cdcab91249c404c72bc0e4 X-Virus-Checked: Checked by ClamAV on apache.org --14dae9cdcab91249c404c72bc0e4 Content-Type: text/plain; charset=ISO-8859-1 On Mon, Aug 13, 2012 at 1:39 PM, Dave Fisher wrote: > My opinion/vote is (4) - no guts, no glory - work in trunk and learn to > co-operate. > > The vote is more about the Classic model than it is about Git vs. SVN. > > To me svn tag == git branch. > > Regards, > Dave People that use Git a lot would strongly disagree with "svn tag == 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 ==. -omar --14dae9cdcab91249c404c72bc0e4--