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 2F00ED0F5 for ; Thu, 16 Aug 2012 16:49:27 +0000 (UTC) Received: (qmail 36624 invoked by uid 500); 16 Aug 2012 16:49:26 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 36587 invoked by uid 500); 16 Aug 2012 16:49:26 -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 36579 invoked by uid 99); 16 Aug 2012 16:49:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Aug 2012 16:49:26 +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 (nike.apache.org: domain of aharui@adobe.com designates 64.18.1.33 as permitted sender) Received: from [64.18.1.33] (HELO exprod6og114.obsmtp.com) (64.18.1.33) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Aug 2012 16:49:18 +0000 Received: from outbound-smtp-2.corp.adobe.com ([193.104.215.16]) by exprod6ob114.postini.com ([64.18.5.12]) with SMTP ID DSNKUC0kdzouTkrZbrDNHWM0oSkTH+Wl6RbP@postini.com; Thu, 16 Aug 2012 09:48:57 PDT Received: from inner-relay-4.eur.adobe.com (inner-relay-4b [10.128.4.237]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q7GGmtsi005397 for ; Thu, 16 Aug 2012 09:48:55 -0700 (PDT) Received: from nahub02.corp.adobe.com (nahub02.corp.adobe.com [10.8.189.98]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id q7GGmrYr018776 for ; Thu, 16 Aug 2012 09:48:54 -0700 (PDT) Received: from NAMBX02.corp.adobe.com ([10.8.127.96]) by nahub02.corp.adobe.com ([10.8.189.98]) with mapi; Thu, 16 Aug 2012 09:48:53 -0700 From: Alex Harui To: "flex-dev@incubator.apache.org" Date: Thu, 16 Aug 2012 09:48:49 -0700 Subject: Re: Getting To Git (was Re: [MENTORS] Current Branching Strategy Vote Results) Thread-Topic: Getting To Git (was Re: [MENTORS] Current Branching Strategy Vote Results) Thread-Index: Ac17jNdJStcSuTetRi2n6v2hFihzuAAQir4P 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 On 8/16/12 1:54 AM, "Justin Mclean" wrote: > Hi, >=20 >> It is going to be a bit before we can answer all these questions. From = the >> git branching model, we need master (trunk) and the develop branch right >> away. > So any changes I wanted to commit I'll need to commit to develop branch o= nce > it exists?=20 Yes, and Carol just created it so "svn switch" to it and continue on. > How exactly is it decided that the branch should then be merged > with trunk?=20 I expect there to be a discussion about cutting a release shortly, then whe= n folks agree, we'd cut a branch from "develop" to make a release branch, finish the release there and merge to both trunk and develop. > How do we keep the develop branch in a state in which that is easy > to do. Do we need to create other branches for things that might need som= e > more testing/may not be 100%? Yes, create branches for stuff that will break the build. There will be differing opinions on this, but I think it is ok to check anything into develop that doesn't break the build. So, you don't really need to branch to add a new locale, for example. >=20 > For example let say I want to work on something like getting Mustella wor= king > with filenames with spaces. I check out the develop branch, then I get to= a > point were I almost have it working but not quite so I can't check it bac= k > into develop as it's not 100%. How do I then share that with other people= can > work on it/help me out? (With SVN not Git.) Do I need to create another S= VN > branch, merge my changes in develop with that and check that new branch b= ack > in as a feature branch or do something else? Or do we just do this on a c= ase > by case bases so it's not really the gitflow model but more like the 3 Ti= er > SVN model? I would plan my changes so as not to break "develop" so I can just check it in and share it even though it isn't 100% complete. If I can't do that I would create a branch and folks can get at that branch from SVN if they wan= t to see what you are doing. >=20 > Thanks > Justin --=20 Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui