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

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

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

        

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

Posted by "Konstantin Kolinko (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-4027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13128717#comment-13128717 ] 

Konstantin Kolinko commented on INFRA-4027:
-------------------------------------------

I see that configuration has been updated
http://git.apache.org/tomcat70.git/config

but Github displays this project as if it were empty with "This repository's default branch is empty!" message near the project title and "Nothing to see here yet. Move along." message instead of a list of files. I do not know what went wrong there.
https://github.com/apache/tomcat70
                
> 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
>            Assignee: Jukka Zitting
>
> 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

        

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

Posted by "Jukka Zitting (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-4027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13128719#comment-13128719 ] 

Jukka Zitting commented on INFRA-4027:
--------------------------------------

I had to start rebuilding the entire tomcat70 mirror, since I didn't find any easy way to make git-svn smoothly continue following the Tomcat 7.0.x trunk at the new location. The rebuilding process is still in progress, which is why Github can't figure out what to do with the mirror. I'll update this issue as soon as the updated mirror has fully synced up with the version history in svn, after which also Github should automatically recover.
                
> 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
>            Assignee: Jukka Zitting
>
> 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

        

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

Posted by "Jukka Zitting (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/INFRA-4027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting reassigned INFRA-4027:
------------------------------------

    Assignee: Jukka Zitting
    
> 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
>            Assignee: Jukka Zitting
>
> 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

        

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

Posted by "Mark Thomas (Commented) (JIRA)" <ji...@apache.org>.
    [ 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

        

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

Posted by "#asfinfra IRC Bot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/INFRA-4027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

#asfinfra IRC Bot closed INFRA-4027.
------------------------------------

    
> 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
>            Assignee: Jukka Zitting
>
> 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

        

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

Posted by "Gavin (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-4027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13146284#comment-13146284 ] 

Gavin commented on INFRA-4027:
------------------------------

How is it looking now?
                
> 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
>            Assignee: Jukka Zitting
>
> 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

        

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

Posted by "Konstantin Kolinko (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/INFRA-4027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Konstantin Kolinko resolved INFRA-4027.
---------------------------------------

    Resolution: Fixed

Looks good. Thanks a lot for fixing this.
Marking the issue as Resolved.
                
> 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
>            Assignee: Jukka Zitting
>
> 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