Hi! The tomcat70.git Git mirror still reflects our trunk and not tc7.0.x. I filed an INFRA issue, but as I do not have much experience with Git, maybe somebody else can look at this as well.
https://issues.apache.org/jira/browse/INFRA-4027 Best regards, Konstantin Kolinko ---------- Forwarded message ---------- From: Konstantin Kolinko (Created) (JIRA) Date: 2011/10/13 Subject: [jira] [Created] (INFRA-4027) Reconfigure tomcat70.git for another svn branch To: kkolinko at apache org Reconfigure tomcat70.git for another svn branch ----------------------------------------------- Key: INFRA-4027 URL: https://issues.apache.org/jira/browse/INFRA-4027 Project: Infrastructure Issue Type: Task Security Level: public (Regular issues) Components: Git Reporter: Konstantin Kolinko Until August 2011 the development for Tomcat 7.0 was performed on /tomcat/trunk. Now the 7.0 version has its own branch, http://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk/ (like Tomcat 6.0 and 5.5 do), but the tomcat70.git still references the old address. I am not a Git user, so here are just several observations of mine: 1) http://git.apache.org/tomcat70.git/config It contains: [[[ [core] repositoryformatversion = 0 filemode = true bare = true [svn-remote "svn"] url = https://svn.apache.org/repos/asf fetch = tomcat/trunk:refs/remotes/trunk branches = tomcat/tc7.0.x/branches/*:refs/remotes/* tags = tomcat/tc7.0.x/tags/*:refs/remotes/tags/* ... ]]] I think there should be fetch = tomcat/tc7.0.x/trunk:refs/remotes/trunk like in http://git.apache.org/tomcat60.git/config 2) Looking at the files, as displayed by https://github.com/apache/tomcat70 I see TOMCAT-NEXT.txt there. That file exists only on trunk, but not on tc7.0.x/trunk Thus it indeed shows trunk instead of Tomcat 7.0. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org