Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 49774 invoked from network); 3 Jul 2006 20:00:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Jul 2006 20:00:26 -0000 Received: (qmail 61009 invoked by uid 500); 3 Jul 2006 20:00:24 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 60961 invoked by uid 500); 3 Jul 2006 20:00:24 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 60950 invoked by uid 99); 3 Jul 2006 20:00:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jul 2006 13:00:23 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jason.dillon@gmail.com designates 64.233.162.205 as permitted sender) Received: from [64.233.162.205] (HELO nz-out-0102.google.com) (64.233.162.205) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jul 2006 13:00:23 -0700 Received: by nz-out-0102.google.com with SMTP id s1so879122nze for ; Mon, 03 Jul 2006 13:00:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:subject:date:to:x-mailer:from:sender; b=X83OR+L7yK28CLBZFAZMGemGNrnvNVbxSny9N+ghagbur/xiFtV26OAAA+sNnVygvfAjBdQ9bfPCz+5/db5XtbAXfewJ1CvdQR5s4dp1u7Wwxk+OJ8qWOirSA0IIsA9KmFGT4FaSeA4viRHvWCUVNXinIpG96CYgNzH86NgWD5Q= Received: by 10.36.127.4 with SMTP id z4mr2442410nzc; Mon, 03 Jul 2006 13:00:02 -0700 (PDT) Received: from ?10.0.1.5? ( [67.180.143.96]) by mx.gmail.com with ESMTP id 18sm9026690nzo.2006.07.03.13.00.01; Mon, 03 Jul 2006 13:00:02 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <1b5bfeb50607031009i67d99b4fp649ba67ab42d896d@mail.gmail.com> References: <28888961.1151917290785.JavaMail.jira@brutus> <361D2E33-8373-4B90-8037-2C8D47E3BBD3@planet57.com> <1b5bfeb50607031009i67d99b4fp649ba67ab42d896d@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <67AA1B16-7434-4298-A7C1-FAF2B358945F@planet57.com> Content-Transfer-Encoding: 7bit Subject: Re: [jira] Updated: (GERONIMO-2161) [RTC] Remove Geronimo modules from dependencyManagement in root pom.xml Date: Mon, 3 Jul 2006 12:59:50 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.2) From: Jason Dillon Sender: Jason Dillon X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > I think there's a solution to RTC and having a place for experiments > like this where nothing's known ahead - a branch. With a branch you > can do whatever you want and no RTC rules apply there. I think it > would help us all. Interested? Count me in! ;-) I don't really consider this work experimental... gshell is experimental, but the m2 work that I am doing is just the application of experience with this system and other build systems for the past years (and years). But... lets see what others have to say. I may create an experimental branch to see how well SVN actually handles merges and remerges of an entire (massive) branch. And if that ends up being relatively feasible then I would consider creating a branch for the remaining m2 work. Though... even with a branch, we would have to RTC to merge back to trunk, which may take several weeks... which is not acceptable IMO. --jason