Return-Path: X-Original-To: apmail-incubator-general-archive@www.apache.org Delivered-To: apmail-incubator-general-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 45A439B0B for ; Mon, 5 Nov 2012 08:50:07 +0000 (UTC) Received: (qmail 35142 invoked by uid 500); 5 Nov 2012 08:50:02 -0000 Delivered-To: apmail-incubator-general-archive@incubator.apache.org Received: (qmail 34178 invoked by uid 500); 5 Nov 2012 08:50:01 -0000 Mailing-List: contact general-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@incubator.apache.org Delivered-To: mailing list general@incubator.apache.org Received: (qmail 34101 invoked by uid 99); 5 Nov 2012 08:49:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2012 08:49:58 +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 stephen.alan.connolly@gmail.com designates 74.125.82.43 as permitted sender) Received: from [74.125.82.43] (HELO mail-wg0-f43.google.com) (74.125.82.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2012 08:49:54 +0000 Received: by mail-wg0-f43.google.com with SMTP id dq11so3213201wgb.0 for ; Mon, 05 Nov 2012 00:49:33 -0800 (PST) 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=1QsdEYGb2msOiiCSUylfokZmtxqiye0ymB48ncQhIZk=; b=vCQngPi5NOekNn5aBRvSU41lLbLvYd8Ft7fxsgn5/5Ys858V/F0BExrUt0MrHvKAS3 psUK3KykyUCC4ghD+cDiGQb8ilpldJeOTtBQ8eWHd9KtcTVltmLIN2RH/R4o2LlLsylD H9Ykcy0WTv2A7SzfVMN3x95Th8gPKcZthcJIcNovc0R4rjSqe7CWSQHq7YdGej1UV7y8 puHQsf/Cy5qw0G2/SSGz+h/aEQkV66lAuyBorogYHC4GPVT3UUnfDew7VyICVoEOsANO DastogxMYHvUJ1b5de1Wm2HbG6Sc2ZYpFURmtcblmTmaUQbBYMiNZfgw94ZBhJiV3nWQ z4EA== MIME-Version: 1.0 Received: by 10.181.13.239 with SMTP id fb15mr11921996wid.22.1352105373276; Mon, 05 Nov 2012 00:49:33 -0800 (PST) Received: by 10.217.5.195 with HTTP; Mon, 5 Nov 2012 00:49:32 -0800 (PST) In-Reply-To: References: <50923028.2040702@apache.org> Date: Mon, 5 Nov 2012 08:49:32 +0000 Message-ID: Subject: Re: [DISCUSS] Apache Mayhem proposal From: Stephen Connolly To: general@incubator.apache.org Content-Type: multipart/alternative; boundary=f46d043c7dd6791a6c04cdbb909e X-Virus-Checked: Checked by ClamAV on apache.org --f46d043c7dd6791a6c04cdbb909e Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 3 November 2012 17:22, Olivier Lamy wrote: > 2012/11/3 Simone Tripodi : > > Hi again Mohammed, > > > > one think I am curious about the Git management for Mayhem is how to > > handle the fact that Mayhem is composed by components, like apache > > commons, each component has his own lifecycle. > > > > While on SVN I would have imported components in a structure like > > > > trunk > > `- component1 > > `- component2 > > `- component3 > > `- component4 > > tags > > `- component1-0.1 > > `- component1-0.2 > > `- component2-0.1 > > > > how the same structure can be replicated in Git? I am asking because I > > noticed on [1] that commons components have 1 git repo for each > > component. > AFAIK not possible (git is poor for supporting such sparse checkout mode)= . > So we (infra folks) will have to maintain one git repo per component > and create a new git repo for each new component (IMHO a pain ..). > In some case git is probably nice but not here ! > We have very similar situation in maven projects (with some components > which have their own lifecycle) and we decided to not move those parts > to git. > YET you forgot the YET. We may still decide to move them to git ;-) > But hey what is most important build a community around cool > code/projects or being able to use the last "=E0 la mode" scm tool ? > > > > > Many thanks in advance, all the best! > > -Simo > > > > [1] http://git.apache.org/ > > > > http://people.apache.org/~simonetripodi/ > > http://simonetripodi.livejournal.com/ > > http://twitter.com/simonetripodi > > http://www.99soft.org/ > > > > > > On Fri, Nov 2, 2012 at 1:56 PM, Simone Tripodi > wrote: > >> Hi Mohammed! > >> > >>> IMO it would be easier to move into a Git repository, which I will > help in > >>> setting it up. IMO, it will also be helpful for ASF Git support to ha= ve > >>> more projects using Git which will help us understand different needs > and > >>> use cases of different project to provide better Git support by time, > by > >>> better I mean that now it is really good IMO but for sure we can make > it > >>> better :) > >> > >> agreed! can you update the reference in the proposal, please? TIA!!! > >> > >>> > >>> The thing is we still need to have SVN for content related operations > like > >>> website and so cause it needs to be published using SVN pub-sub. I wi= ll > >>> collect more details about that > >>> > >> > >> thanks a lot! Can we propose the site be published on Git, like we > >> already did on GitHub in the `gh-pages` branch? WDYT? > >> > >> All the best, > >> -Simo > >> > >> http://people.apache.org/~simonetripodi/ > >> http://simonetripodi.livejournal.com/ > >> http://twitter.com/simonetripodi > >> http://www.99soft.org/ > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org > > For additional commands, e-mail: general-help@incubator.apache.org > > > > > > -- > Olivier Lamy > Talend: http://coders.talend.com > http://twitter.com/olamy | http://linkedin.com/in/olamy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org > For additional commands, e-mail: general-help@incubator.apache.org > > --f46d043c7dd6791a6c04cdbb909e--