I am attempting to use the hg convert
Mercurial command against an SVN repository that has a trunk and some tags (but no branches.) The SVN folder layout looks like this:
Foo
tags
1.00a
1.00b-test
trunk
Although the import succeeds, it would appear I am only gettting the trunk and the tags are nowhere to be seen in the Hg repository. Issuing hg tags
or hg branches
doesn't show them.
Am I doing something wrong here?