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/18 18:45:04 UTC

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

Todd Nine created INFRA-10459:
---------------------------------

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