Skip to content

svn2git does not create tags when nested in a sub directory #67

Open
@ghost

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions