Return-Path: X-Original-To: apmail-brooklyn-dev-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-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 42F4518037 for ; Thu, 26 Nov 2015 12:32:06 +0000 (UTC) Received: (qmail 21628 invoked by uid 500); 26 Nov 2015 12:32:06 -0000 Delivered-To: apmail-brooklyn-dev-archive@brooklyn.apache.org Received: (qmail 21601 invoked by uid 500); 26 Nov 2015 12:32:06 -0000 Mailing-List: contact dev-help@brooklyn.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.incubator.apache.org Delivered-To: mailing list dev@brooklyn.incubator.apache.org Received: (qmail 21589 invoked by uid 99); 26 Nov 2015 12:32:06 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Nov 2015 12:32:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id AF6691A0B06 for ; Thu, 26 Nov 2015 12:32:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.447 X-Spam-Level: X-Spam-Status: No, score=0.447 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id BUjKdzMxyWPC for ; Thu, 26 Nov 2015 12:31:58 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id C146120229 for ; Thu, 26 Nov 2015 12:31:57 +0000 (UTC) Received: (qmail 21565 invoked by uid 99); 26 Nov 2015 12:31:56 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Nov 2015 12:31:56 +0000 Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 7201C1A0048 for ; Thu, 26 Nov 2015 12:31:56 +0000 (UTC) Received: by wmww144 with SMTP id w144so20684187wmw.0 for ; Thu, 26 Nov 2015 04:31:54 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.194.191.134 with SMTP id gy6mr43047506wjc.173.1448541114920; Thu, 26 Nov 2015 04:31:54 -0800 (PST) Received: by 10.27.24.213 with HTTP; Thu, 26 Nov 2015 04:31:54 -0800 (PST) In-Reply-To: <5656EE12.9050601@CloudsoftCorp.com> References: <56563E49.3010907@CloudsoftCorp.com> <5656EE12.9050601@CloudsoftCorp.com> Date: Thu, 26 Nov 2015 12:31:54 +0000 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [DISCUSS] new repos and project migration From: Richard Downer To: Brooklyn dev Content-Type: text/plain; charset=UTF-8 Hi Alex, On 26 November 2015 at 11:33, Alex Heneveld wrote: > > Richard- > > In case you missed it: [...] I had missed this. My apologies. It is an interesting point. > Also worth noting that in recent communities, like Go, and Chef, and NodeJS, > projects will routines check out LOTS of other git projects. [...] > > There has also been discussion -- generally positive -- for adding git > submodules to apache/brooklyn. Could I see an example of some other projects using this type of structure? I checked out the source code for Go and Node.js but it *appears* that the main repos for both are self-contained. I do like Git submodules and I would definitely say that we consider them. But they have many issues of their own. Therefore I would like to see some examples of projects that are using an arrangement similar to what is proposed. If I know that other projects are successfully using this pattern then I would be happy. > In short, in order to encourage contribution I want to go for the project > structure that is the most welcoming, both to older big-codebase developers > like me, and to the more recent more-projects=better school I am less familiar with the latter, so forgive me for being a bit old-school. I'm not the sprightly young developer I used to be, back when migrating projects from CVS to Subversion was cool ;-) Thanks Richard