Open

Description
My SVN repo is structured as follows
Project/branch/trunk ... Project/tags 1.0.0 1.0.1 1.0.2 1.1.0 2.0.0
I run the following command to create the git repo
svn2git http://svn.example.com/path/to/repo --trunk Project/branch/trunk --tags Project/tags --nobranches
svn2git imports the trunk fine, however all the tags are missing
$ git branch * master trunk@1387 $ git tag -l [ empty ]
Metadata
Metadata
Assignees
Labels
No labels