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 3795FCCF9 for ; Fri, 10 Aug 2012 08:51:11 +0000 (UTC) Received: (qmail 71475 invoked by uid 500); 10 Aug 2012 08:51:10 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 71389 invoked by uid 500); 10 Aug 2012 08:51:10 -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 71120 invoked by uid 99); 10 Aug 2012 08:51:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Aug 2012 08:51:08 +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 (nike.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; Fri, 10 Aug 2012 08:51:02 +0000 Received: by vbbfr13 with SMTP id fr13so1324253vbb.6 for ; Fri, 10 Aug 2012 01:50:41 -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=zOKYV4urdNI+fHEhayS4KENqWVCGeG10sQHNLpoJB/k=; b=gFPStjLm2viRuhlQcjeao0AbsV8I4rUfT+ZfIpbBDRQv/FFyARsyOAdxkRPaNSc/V4 2rHmcIewe5UDu0scls8+QSnFope9akjPVLsvwlmJcaMwDknPP7zPGccB/vUWNBOQJ5Xi gfZFDnYwxpIG65tzj83PUp37P29Tl3lKEW4reTTMtWpuyyY26AmcDz2swESARUQo75Z4 E+VSSolYxarY/ioy2piXBj6oukE4iip6NI9bgDrN3XUFrUBrjgpvPFuR1DLhc6/2Vuip E9fvZZpJrYtFD8FVrV7mkq88cS+7O7EfCSymEb9mC1sWoo2Ewv2Qt5lD+wu9sYCJov5F FTug== MIME-Version: 1.0 Received: by 10.52.24.169 with SMTP id v9mr1600060vdf.123.1344588641004; Fri, 10 Aug 2012 01:50:41 -0700 (PDT) Received: by 10.58.85.70 with HTTP; Fri, 10 Aug 2012 01:50:40 -0700 (PDT) In-Reply-To: References: Date: Fri, 10 Aug 2012 01:50:40 -0700 Message-ID: Subject: Re: What would it take to move to Git? From: Omar Gonzalez To: flex-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=bcaec501621750ec4104c6e570c2 --bcaec501621750ec4104c6e570c2 Content-Type: text/plain; charset=ISO-8859-1 On Fri, Aug 10, 2012 at 1:44 AM, Bertrand Delacretaz wrote: > On Fri, Aug 10, 2012 at 10:30 AM, Omar Gonzalez > wrote: > > ...The issue, as I see it, is that the best branching model to follow > works > > best in Git because of the much improved manner in which it handles > > branching, merging, and additional features that SVN does not have such > as > > Rebasing and easily adding multiple remote forks.... > > Agreed, but considering the relatively low commit activity ATM (I'm > listed 7th at [1] with 32 commits since January, which have nothing to > do with Flex code for example)., I'm wondering if it would make more > sense to start with the *simplest* branching model as opposed to the > *best* one, for now. You might need the latter downstream, but > probably not right now. > Well, I would rather go through a change in workflows once instead of making a decision now that we know we are going to want to revisit later down the line. > > OTOH, if people who are fluent in Git are willing to help make the > switch happen, I won't stand in the way of course. > > -Bertrand > > [1] > http://svnsearch.org/svnsearch/repos/ASF/search?path=%2Fincubator%2Fflex I would be willing to take a lead on this. I can write up thorough examples of the git commands that a committer would use in order to go through the entire workflow outlined by the Git Branching Model. There's even free Git clients for Windows and Mac from GitHub that I can use to make videos and instructions off of and everyone can at least start with a common GUI that they don't have to pay for as a result of switching to Git, for those that have not used it yet. -omar --bcaec501621750ec4104c6e570c2--