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

[jira] [Commented] (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=14875934#comment-14875934 ] 

Geoffrey Corey commented on INFRA-10459:
----------------------------------------

https://git1-us-west.apache.org/repos/asf?p=usergrid.git shows the tag as existing.

Maybe try one of the things listed here? http://stackoverflow.com/questions/5480258/how-to-delete-a-remote-git-tag/5480292#5480292

> 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
>
> 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)