Re: svn repo layout for modules

2009-02-06 Thread Peter Rossbach
What we and user need, is a real plugin and tool contribution area. +1 to start the modules plugin system to create more value of the tomcat project regards, Peter Am 07.02.2009 um 01:18 schrieb Costin Manolache: On Fri, Feb 6, 2009 at 3:07 PM, Remy Maucherat wrote: On Fri, 2009-02-

Re: svn repo layout for modules

2009-02-06 Thread Costin Manolache
On Fri, Feb 6, 2009 at 3:07 PM, Remy Maucherat wrote: > On Fri, 2009-02-06 at 14:59 -0700, Filip Hanik - Dev Lists wrote: > > that discussion does exist if you look back into the archives > > what has changed since then? > > The proposed module layout looks so-so to me, and apparently others feel

Re: svn repo layout for modules

2009-02-06 Thread Remy Maucherat
On Fri, 2009-02-06 at 14:59 -0700, Filip Hanik - Dev Lists wrote: > that discussion does exist if you look back into the archives > what has changed since then? The proposed module layout looks so-so to me, and apparently others feel the same, so a solution is to remove the modules. Rémy -

Re: svn repo layout for modules

2009-02-06 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: On Fri, 2009-02-06 at 10:37 -0700, Filip Hanik - Dev Lists wrote: ASF is community over code, its hard to grow the community if you never add any code. Tomcat JDBC would actually make TC 7 even more light weight since it is smaller than DBCP. Tomcat JDBC is not experime

Re: svn repo layout for modules

2009-02-06 Thread Remy Maucherat
On Fri, 2009-02-06 at 10:37 -0700, Filip Hanik - Dev Lists wrote: > ASF is community over code, its hard to grow the community if you never > add any code. > Tomcat JDBC would actually make TC 7 even more light weight since it is > smaller than DBCP. > Tomcat JDBC is not experimental either, its

Re: svn repo layout for modules

2009-02-06 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: On Fri, 2009-01-30 at 17:44 -0700, Filip Hanik - Dev Lists wrote: I would suggest https://svn.apache.org/repos/asf/tomcat/ - site - tc6.0.x - trunk - modules <-- ADD THIS - jdbc-pool - trunk - tags - branches - bayeux

Re: svn repo layout for modules

2009-02-03 Thread Costin Manolache
On Tue, Feb 3, 2009 at 5:14 AM, Remy Maucherat wrote: > On Fri, 2009-01-30 at 17:44 -0700, Filip Hanik - Dev Lists wrote: > > I would suggest > > > > https://svn.apache.org/repos/asf/tomcat/ > > - site > > - tc6.0.x > > - trunk > > - modules <-- ADD THIS > > - jdbc-pool >

Re: svn repo layout for modules

2009-02-03 Thread Remy Maucherat
On Fri, 2009-01-30 at 17:44 -0700, Filip Hanik - Dev Lists wrote: > I would suggest > > https://svn.apache.org/repos/asf/tomcat/ > - site > - tc6.0.x > - trunk > - modules <-- ADD THIS > - jdbc-pool > - trunk > - tags > - branches > - bayeux > -

Re: svn repo layout for modules

2009-01-31 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > that would work for me, then the tag name could differentiate the module > itself Sounds good. The connectors use a similar approach so you'd have asf/tomcat/tags/JDBC_POOL_0_0_1 or whatever. Mark > > Filip > > Mark Thomas wrote: >> How about adding .../tomcat/

Re: svn repo layout for modules

2009-01-31 Thread Filip Hanik - Dev Lists
that would work for me, then the tag name could differentiate the module itself Filip Mark Thomas wrote: How about adding .../tomcat/tags ? Mark Filip Hanik - Dev Lists wrote: Costin Manolache wrote: It's getting spaghetti... If you really have to - no need to add 'modules' - just

Re: svn repo layout for modules

2009-01-30 Thread Mark Thomas
How about adding .../tomcat/tags ? Mark Filip Hanik - Dev Lists wrote: > Costin Manolache wrote: >> It's getting spaghetti... If you really have to - no need to add >> 'modules' - >> just have them top-level ( i.e. under asf/tomcat ). >> > spaghetti is historical, all the directories from our

Re: svn repo layout for modules

2009-01-30 Thread Filip Hanik - Dev Lists
Costin Manolache wrote: It's getting spaghetti... If you really have to - no need to add 'modules' - just have them top-level ( i.e. under asf/tomcat ). spaghetti is historical, all the directories from our older versions. this really boils down to dependencies. with the change in trunk to co

Re: svn repo layout for modules

2009-01-30 Thread Costin Manolache
It's getting spaghetti... If you really have to - no need to add 'modules' - just have them top-level ( i.e. under asf/tomcat ). What prevents you from tagging ? Tag is cheap AFAIK - just tag the entire trunk. I personally hate working with many small repos. I understand the need when you want di