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 C93CBDC40 for ; Fri, 10 Aug 2012 08:05:36 +0000 (UTC) Received: (qmail 48344 invoked by uid 500); 10 Aug 2012 08:05:36 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 48300 invoked by uid 500); 10 Aug 2012 08:05:35 -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 48286 invoked by uid 99); 10 Aug 2012 08:05:35 -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:05:35 +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:05:28 +0000 Received: by vbbfr13 with SMTP id fr13so1298250vbb.6 for ; Fri, 10 Aug 2012 01:05:07 -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=H5s2TeR12L3BzVwU+0sJYrB2D6s4dYDoTn5nOwg/Mow=; b=ba2CeR84iNqvgqOFF3uFEpbfjGEsAuZEko5w3Ycajn86ZX0m3uv7D2TeZD+VSo9rS6 L2URD2cLQRBUX0hG9FTCknH/wdOoXaAXHqhgCXN7STHZuyaKQARtuyk4G2dhTwaQ/0EI gVThKK8G4h40O6qS+WA6hUaMY934ILCRTyVaRcwJH43UsZAF6NtO5Yrq19BegIUXRXbY WHbk2me2IqhvDzVNFjfCiEsaFOIGFJeHA7jWywh9KFZNc9z5RYeQI7nMHiFxWcKwPILq 3Croh6PofBgJRrdW0H/TMe8/ydVimq3GzWdjfCB1dz3/G4j+D4Gu2rd2SgWyx5iKvqfL aceQ== MIME-Version: 1.0 Received: by 10.58.23.104 with SMTP id l8mr1998498vef.52.1344585907778; Fri, 10 Aug 2012 01:05:07 -0700 (PDT) Received: by 10.58.85.70 with HTTP; Fri, 10 Aug 2012 01:05:07 -0700 (PDT) In-Reply-To: References: Date: Fri, 10 Aug 2012 01:05:07 -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=047d7b1637436733a804c6e4cd03 --047d7b1637436733a804c6e4cd03 Content-Type: text/plain; charset=ISO-8859-1 Apache Cordova is using Git: https://github.com/apache/incubator-cordova-docs It looks like they're using the Git mirror that is set up by Apache, and they are managing Pull Requests via GitHub. Apache is set up as an organization on GitHub, but it looks like they don't have anyone actually added to the organization: https://github.com/apache I also looked in one of their Pull Requests, and it doesn't look like they have admin rights to the PRs because they're asking someone to CLose the issue for them because they've already cherry picked their commit and committed to the Apache Git which should appear in the GitHub mirror shortly: https://github.com/apache/incubator-cordova-docs/pull/23 Looking at other tickets ( https://github.com/apache/incubator-cordova-docs/pull/26), they're creating JIRA issues to track Pull Requests that come into GitHub and then they ask the PR submitter to close it when its been integrated into the Apache Git. Not ideal, but at least we can use GitHub's Pull Request code commenting etc to interface with the community a lot easier than patches, as we can comment on the commits in their forks. -omar --047d7b1637436733a804c6e4cd03--