From nacho@siapi.es Thu Jan 4 00:14:28 2001 Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 21332 invoked from network); 4 Jan 2001 00:14:28 -0000 Received: from unknown (HELO ntserver.nevada) (213.96.183.15) by h31.sny.collab.net with SMTP; 4 Jan 2001 00:14:28 -0000 Received: by ntserver with Internet Mail Service (5.0.1457.3) id ; Thu, 4 Jan 2001 01:13:54 +0100 Message-ID: <80F5674514B4D311BAFC0040F6A45EEE0BE287@ntserver> From: Nacho To: "'tomcat-dev@jakarta.apache.org'" Subject: RE: [VOTES] Tomcat 4.0-Beta-1 and New CVS Repositories Date: Thu, 4 Jan 2001 01:13:51 +0100 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1457.3) Content-Type: text/plain X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hola Jon: > The problem is that say you are working on 4.0 and 4.1 at the > same time. > I do this with branches ( cocoon2 , 3.2 , 3.X ) all the time, only by using another directory.. > When you do a cvs co jakarta-tomcat-4.0, then you will get a > directory on > your hard disk with 4.0. If you then want to check out 4.1, > you need to > first reaname jakarta-tomcat-4.0 to something else, then > checkout 4.1 on the > branch, then rename it to something else, then rename your > first checkout > directory back. > The problem is another ( at least for me and the resaon i changed my vote ), the problem is that i need to checkout another projects in the same branch_dir make it work as the build scripts are tied to a common root above, so if i checkout branch tomcat_32 to a dir, then i need to checkout jakarta-servletapi, and jakarta_ant to the same dir to use the standard build.bat work, the way you propose this is not necessary and i can have all the branches at same level without need to do double checkouts ( in the main directory and inside the branch dir ).. Saludos , Ignacio J. Ortega