On 11/06/17 09:36, Hoa Phan wrote: > On > https://github.com/apache/tomcat <https://github.com/apache/tomcat> > When I checked the “tag” of 8.x I only see: > > 8_0_RC_*** > > Is there a quick way to know exactly which revision to check out to debug > apache-tomcat-8.0.36 that I am running?
Each release has a matching tag. > Why isn’t there tag that have that exact version? Because you are looking at the wrong repository. Each major Tomcat version is in a separate repository. You want: https://github.com/apache/tomcat80 Note: The github Tomcat repos are read-only mirrors of the ASF git repos which in turn are read only mirrors of the canonical svn repos. Moving from svn to git is on the TODO list. When that happens one of the options we want to explore is merging all major versions into a single repository. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org