You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Mark Thomas (Commented) (JIRA)" <ji...@apache.org> on 2011/10/13 10:45:11 UTC

[jira] [Commented] (INFRA-4027) Reconfigure tomcat70.git for another svn branch

    [ https://issues.apache.org/jira/browse/INFRA-4027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13126435#comment-13126435 ] 

Mark Thomas commented on INFRA-4027:
------------------------------------

This looks like an oversight in the fixing of https://issues.apache.org/jira/browse/INFRA-3973
                
> 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/*
> [gitweb]
> 	owner = The Apache Software Foundation
> [apache]
> 	dev = dev@tomcat.apache.org
> ]]]
> 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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira