You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2010/08/25 14:02:16 UTC

[jira] Resolved: (INFRA-2739) Tags don't show up in git

     [ https://issues.apache.org/jira/browse/INFRA-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting resolved INFRA-2739.
----------------------------------

    Resolution: Fixed

After some experimentation I figured that removing the old pseudo-branches won't harm existing clones, so I went ahead and removed them from all the mirrors.

That should cover everything for this issue, so I'm resolving this as fixed.

> Tags don't show up in git
> -------------------------
>
>                 Key: INFRA-2739
>                 URL: https://issues.apache.org/jira/browse/INFRA-2739
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Git
>            Reporter: Daniel Truemper
>            Assignee: Jukka Zitting
>         Attachments: git-tags.patch
>
>
> Hi,
> somehow the SVN tags are not visible from Git. Instead of showing up as a tag each tag is listed as "tags/$TAG" branch.
> Usually with
> $ git svn clone -s  http://svn.apache.org/repos/asf/couchdb/
> all branches and tags should show up correctly! It may be possible that with older versions of Git you explicitly need to set the "{trunk,tags,branches}" names:
> $ git svn clone --trunk=trunk --branches=branches --tags=tags http://svn.apache.org/repos/asf/couchdb/
> HTH
> Daniel

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.