Re: New repository org

2005-10-08 Thread Costin Manolache
Mark Thomas wrote: Using externals wasn't something I had thought of but if offers a nice way to provide all the source for one version in a single chekcout. We now have tomcat/current/5.5.x that uses externals to link in all the various modules. That's actually what I was thinking

RE: New repository org

2005-10-08 Thread Mark Thomas
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Costin Manolache Mark Thomas wrote: Using externals wasn't something I had thought of but if offers a nice way to provide all the source for one version in a single checkout. We now have tomcat/current/5.5.x that uses externals to

Re: New repository org

2005-10-07 Thread Mark Thomas
Costin Manolache wrote: Could we just move all in tomcat5.5 ( and HEAD ) into one repository ( say, tomcat ) ? The ASF has only one SVN repo and we have a top level directory within that. We need to have all our code, including the history, under this directory as CVS will be turned off.

Re: Re: New repository org

2005-10-07 Thread geoff
The person you are trying to contact is no longer available at this email address. Please update your contact info to reflect this. For all things Chopping Block business please contact: Dan Schutzsmith dan at choppingblock.com New Business Manager or for all technical/project questions

Re: New repository org

2005-10-06 Thread Bill Barker
A big -1 to the reorg, since then it won't be possible to checkout Trunk without also checking out all of the branches as well. - Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Developers List tomcat-dev@jakarta.apache.org Sent: Thursday, October 06, 2005 3:55 AM

Re: New repository org

2005-10-06 Thread Remy Maucherat
Bill Barker wrote: A big -1 to the reorg, since then it won't be possible to checkout Trunk without also checking out all of the branches as well. I don't understand your answer. Rémy - To unsubscribe, e-mail: [EMAIL

Re: New repository org

2005-10-06 Thread Bill Barker
- Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Developers List tomcat-dev@jakarta.apache.org Sent: Thursday, October 06, 2005 7:46 AM Subject: Re: New repository org Bill Barker wrote: A big -1 to the reorg, since then it won't be possible to checkout Trunk

Re: New repository org

2005-10-06 Thread Bill Barker
- Original Message - From: Bill Barker [EMAIL PROTECTED] To: Tomcat Developers List tomcat-dev@jakarta.apache.org Sent: Thursday, October 06, 2005 9:11 AM Subject: Re: New repository org - Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Developers List

Re: New repository org

2005-10-06 Thread Mark Thomas
Remy Maucherat wrote: Hi, Since the previous naming scheme has jakarta everywhere, I propose we change it to (I'll do the updating of the build scripts): http://svn.apache.org/repos/asf/tomcat/build/tc5.5.x - build http://svn.apache.org/repos/asf/tomcat/connectors/trunk - connectors

Re: New repository org

2005-10-06 Thread Remy Maucherat
Bill Barker wrote: It occurs to me that I may have misunderstood, and you were just talking about setting up the svn:externals for tomcat/current. If that's the case, then +0 (I don't really care, but I'm glad that somebody does :). svn:externals sounds like a cool feature, I guess I'll have

Re: New repository org

2005-10-06 Thread Bill Barker
- Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Developers List tomcat-dev@jakarta.apache.org Sent: Thursday, October 06, 2005 2:04 PM Subject: Re: New repository org Bill Barker wrote: It occurs to me that I may have misunderstood, and you were just talking

Re: New repository org

2005-10-06 Thread Yoav Shapira
Hi, You can also look at how Struts is organized. There, if you do: svn co http://svn.apache.org/repos/asf/struts/current struts You get all of the little bits and pieces all checked out to one place. That's pretty cool, especially when cutting out a new release. Can we get something

Re: New repository org

2005-10-06 Thread Wendy Smoak
From: Bill Barker [EMAIL PROTECTED] You can also look at how Struts is organized. There, if you do: svn co http://svn.apache.org/repos/asf/struts/current struts You get all of the little bits and pieces all checked out to one place. This page has more information on the layout, and

Re: New repository org

2005-10-06 Thread Remy Maucherat
Yoav Shapira wrote: Hi, You can also look at how Struts is organized. There, if you do: svn co http://svn.apache.org/repos/asf/struts/current struts You get all of the little bits and pieces all checked out to one place. That's pretty cool, especially when cutting out a new release. Can

Re: New repository org

2005-10-06 Thread Mark Thomas
Remy Maucherat wrote: The Struts trick does what I want. I see magic things in the .svn/dir-props, but obviously I don't know how to set it up properly. Adding a current magic folder doing the same would be good, and I think you can add some release/vX.Y.Z folders as well. I can set this up

Re: New repository org

2005-10-06 Thread Yoav Shapira
Hi, When a new release is cut, e.g. v5.5.13, would SVN links need to be updated so current downloads v5.5.13? Is there a script for that? Yoav --- Mark Thomas [EMAIL PROTECTED] wrote: Remy Maucherat wrote: The Struts trick does what I want. I see magic things in the .svn/dir-props, but

Re: New repository org

2005-10-06 Thread Mark Thomas
Yoav Shapira wrote: Hi, When a new release is cut, e.g. v5.5.13, would SVN links need to be updated so current downloads v5.5.13? Is there a script for that? Yoav My intention is that current will point to trunk (HEAD in CVS terms) as it does in struts. The first attempt for 5.5.x is

Re: New repository org

2005-10-06 Thread Mark Thomas
Mark Thomas wrote: https://svn.apache.org/repos/asf/tomcat/current/5.5.x will show an empty That should be https://svn.apache.org/repos/asf/tomcat/current/tc5.5.x tc4.1.x and tc3.3.x are also set up now too. Mark - To

Re: New repository org

2005-10-06 Thread Costin Manolache
Could we just move all in tomcat5.5 ( and HEAD ) into one repository ( say, tomcat ) ? Like: tomcat/ tomcat/catalina tomcat/connectors tomcat/jasper tomcat/build ( or something else - jakarta-tomcat-5 is just the top level build and utils ) There is little benefit those days in having 4