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

[jira] Updated: (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 ]

Daniel Truemper updated INFRA-2739:
-----------------------------------

    Attachment: git-tags.patch

Hi Jukka,

a small patch adding the oneliner as 4 lines into update-mirror.sh but I am not sure if this is the right place.

Best
Daniel

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