You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2010/06/09 06:04:11 UTC

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

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

Owen O'Malley commented on INFRA-2739:
--------------------------------------

Personally, I think it would be great to get the tags as tags.
  1. If someone moves the tag in svn, probably moving the tag in git is probably right. Note that in git, the users that have already seen the old tag won't get the new one.
  2. I don't know if it would confuse the down stream clones, but I would be surprised.

-- Owen

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