Hello list, I have a git project with plenty of tags created by git tag MYTAG When I clone my git repo, I find my tags again using git tag When I display it using gitweb or the git plugin for trac, I see them also. But when I use git fast-export master which is invoked by git2svn, my tags are not exported. I checked that using the following : git fast-export master > /tmp/repo.dump mkdir /tmp/repo.fast-imported cd /tmp/repo.fast-imported git init git fast-import < /tmp/repo.dump How can I convince fast-export to export my tags ? Philippe -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html