You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Todd Nine (JIRA)" <ji...@apache.org> on 2015/09/21 21:29:04 UTC

[jira] [Comment Edited] (INFRA-10459) Unable to delete remote tags

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

Todd Nine edited comment on INFRA-10459 at 9/21/15 7:28 PM:
------------------------------------------------------------

Yeah, we can't clean tags from this ref

{code}

refs/heads/trunk
refs/heads/master
refs/heads/rel/
refs/tags/rel/

{code}

A lot of them are left over from when we imported the Apigee's  git repo into the Apache git.  If I prepare a list of commands to remove old tags, could they be executed by someone that can get around this issue?


was (Author: tnine):
Yeah, we can't clean tags from this ref

{code}
refs/heads/trunk
refs/heads/master
refs/heads/rel/
refs/tags/rel/
{code}

A lot of them are left over from when we imported the Apigee's  git repo into the Apache git.  If I prepare a list of commands to remove old tags, could they be executed by someone that can get around this issue?

> Unable to delete remote tags
> ----------------------------
>
>                 Key: INFRA-10459
>                 URL: https://issues.apache.org/jira/browse/INFRA-10459
>             Project: Infrastructure
>          Issue Type: Bug
>            Reporter: Todd Nine
>            Assignee: Geoffrey Corey
>
> Hey guys,
>   We're in the process of cleaning up old tags in our git repo.  I'm trying to remove a tag, yet I'm told that it doesn't exist on the remote.  However, I can see it in our github mirror here.
> https://github.com/apache/usergrid/tree/2.1.working
> Here is the command I'm using to remove the remote
> {code}
> git push origin :refs/tags/2.1-working
> remote: warning: Deleting a non-existent ref.
> To https://git-wip-us.apache.org/repos/asf/usergrid.git
>  - [deleted]         2.1-working
> {code}
> Is there a different command I need to use with Apache Git?
> Thanks,
> Todd



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)