On 31 Mar 2001, Mark Evenson wrote:

> Greetings, 
> 
> I am new to the Tomcat world, but a fairly experienced UNIX developer.
> 
> I am trying to get tomcat-3.2.1 running via mod_jk to apache-1.3.19 on
> FreeBSD RELENG_4.  Due to some recent funkiness in relation to specifying
> threading conventions in recent FreeBSD systems, the install of mod_jk
> fails by core-ing apache. 
> 
> Being a somewhat resourceful type, I thought I would pull the latest tomcat
> build out of CVS checking out the latest relevant branch, figure out what
> was going on, and contribute the patches to help others out.  
> 
> I am rather confused as to which CVS tag I should be working against.  Out
> of the following list of tags, which should I be using?  
> 
>         tomcat_322_b2                   (revision: 1.53.2.6)
>         tomcat_33_m2                    (revision: 1.123)
>         tomcat_322_b1                   (revision: 1.53.2.6)
>         tomcat_33_m1                    (revision: 1.115)
>         tomcat_321_final                (revision: 1.53.2.5)
>         tomcat_32_final                 (revision: 1.53.2.5)
>         tomcat_32_b7                    (revision: 1.53.2.5)
>         tomcat_32                       (branch: 1.53.2)
> 
> Alternatively is there a document listing the conventions for CVS tagging
> that exists somewhere?
> 

If you want to work on Tomcat 3.2.x, The branch itself is "tomcat_32" --
all the other tags are labels of specific releases.  Just do a checkout
using the "tomcat_32" branch and CVS will set a sticky tag on every file
so that you will pull the latest version of each file from that branch.

For Tomcat 3.3, you would use the HEAD (default) branch of this
repository.

For Tomcat 4.0, you would use the "jakarta-tomcat-4.0" repository (HEAD
branch).

> My highspeed link (NorthPoint DSL) is going away sometime in the near
> future, so I don't really expect to have the bandwidth to look at the
> differences between all of these tags.  Using the cvsweb interface offers
> some help, but it is rather hard to visual all of the changes without
> having a filesystem to "diff -rc" against.
> 
> Thanks,
> 
> -- 
> Mark Evenson <[EMAIL PROTECTED]>
> 
Craig McClanahan


Reply via email to