Hi Mark,
> 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?
The main branch ( i.e. "cvs co jakrata-tomcat" - without a -r ) is the
development version.
Each tag marks a release point.
For each stable release ( 3.0, 3.1, 3.2 ) there is a branch.
The current "stable" release is 32 ( developed in tomcat_32 branch ),
with the last milestone beeing 322_b2 ( beta 2 ).
If you want the fix to go into the "stable", you should checkout the
tomcat_32 brach ( the current top of the brach is close to/identical
with beta 2 ).
If you want to fix the "development" tree, you should checkout the main
branch.
AFAIK the "stable" branch is frozen, and only major bugs with little
impact on stability should go in. Marc is the release manager, and he must
aprove any fix, given the advanced state of the release.
For the "development" tree, we are aproaching a freeze point ( I hope in
few weeks ).
Costin
>
> 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?
>
> 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,
>
>