Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 7544 invoked from network); 10 Aug 2006 21:10:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Aug 2006 21:10:13 -0000 Received: (qmail 2559 invoked by uid 500); 10 Aug 2006 21:10:10 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 2522 invoked by uid 500); 10 Aug 2006 21:10:10 -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 2511 invoked by uid 99); 10 Aug 2006 21:10:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 14:10:10 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [199.237.51.194] (HELO green.rootmode.com) (199.237.51.194) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 14:10:00 -0700 X-ClientAddr: 68.171.62.46 Received: from [192.168.15.104] (68-171-62-46.vnnyca.adelphia.net [68.171.62.46]) by green.rootmode.com (8.12.10/8.12.10) with ESMTP id k7AL7gH0025273 for ; Thu, 10 Aug 2006 17:08:22 -0400 Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <44DB9DB0.5010207@hogstrom.org> References: <44DB37CB.4040405@hogstrom.org> <04A13029-9D57-4D02-9E15-D7E84B764AC3@planet57.com> <44DB9DB0.5010207@hogstrom.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Dain Sundstrom Subject: Re: Independently version transaction and connector Date: Thu, 10 Aug 2006 14:09:27 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.2) X-RootMode-MailScanner-Information: Please contact the ISP for more information X-RootMode-MailScanner: Found to be clean X-MailScanner-From: dain@iq80.com X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N A BIG +1 to that -dain On Aug 10, 2006, at 1:57 PM, Matt Hogstrom wrote: > This is what I meant by "top-level" > > Something like: > > geronimo/ > devtools/ > daytrader/ > transaction/ > connector/ > server/ > xbean/ > plugins/ > > Then have branch, tags and trunk under them. I think this makes a > lot of sense. > > Jason Dillon wrote: >> Before we start moving components into separate trees, I hope we >> can think ahead a bit and consider a plan for how to organize >> chunks of components into a small set of trees. I think that if >> we just pluck them off one by one as peers to trunk that we will >> end up with a messy svn repo. I'd like to see those components >> organized into categories within our repo. >> I'd also like to eventually do away with the top-level /trunk, / >> tags and /branches... and instead move that into a top-level >> tree... very similar to how the maven repo is: >> http://svn.apache.org/repos/asf/maven/ >> --jason >> On Aug 10, 2006, at 6:42 AM, Matt Hogstrom wrote: >>> I can see the difficulty pointed out by Jason and the benefit >>> raised by Dain. I've never liked versioning parts of Geronimo >>> that rarely change and am all for making things more consumable >>> externally. >>> >>> The proposal as it stands is fairly generic. Is the idea to >>> relocate Tx Manager and Connector to be top-level projects >>> withing Geronimo and build separately or some kind of hybrid in >>> the current tree. If we are going to release them independently >>> then I think they should be top-level in Geronimo (and I know >>> thats a lot more work). >>> >>> Dain Sundstrom wrote: >>>> What do everyone think about changing the transaction and >>>> connector modules to be versioned independently of the main >>>> Geronimo server? >>>> -dain