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/05/25 17:33:24 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=12871197#action_12871197 ] 

Daniel Truemper commented on INFRA-2739:
----------------------------------------

Well, yes and no.

Yes, svn tags are just special branches. And no, git-svn does find out at which commit the svn tag branch has been created and then adds a git-tag.

See for example:

http://code.google.com/p/jcouchdb/source/browse/#svn/tags

and my github mirror for that project:

http://github.com/truemped/jcouchdb

where the tags do show up!

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