It was pointed out to me that Tomcat/servletapi is missing a tag. In
https://svn.apache.org/repos/asf/tomcat/servletapi/tags/servlet2.4-jsp2.0-tc5.x/
there is no TOMCAT_5_5_12.
Looking at /home/cvs/servletapi-5/LICENSE,v there definitely was such
a tag, and a quick set of find's and a diff show that said tag was
identical to the TOMCAT_5_5_11 tag.
****************************
-bash-2.05b$ find . -type f | xargs grep TOMCAT_5_5_12 | sed
's/5_5_12/5_5_X/' > ~/TC-12
-bash-2.05b$ find . -type f | xargs grep TOMCAT_5_5_11 | sed
's/5_5_11/5_5_X/' > ~/TC-11
-bash-2.05b$ diff ~/TC-12 ~/TC-11
-bash-2.05b$ wc ~/TC-*
207 436 12846 /home/bayard/TC-11
207 436 12846 /home/bayard/TC-12
414 872 25692 total
-bash-2.05b$
****************************
So it seems to me that we could just copy the 5_5_11 tag to 5_5_12 and
everything would be rosy.
Any thoughts?
Hen
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]