Svn to Mercurial: Fewer revision numbers and missing tags

Florian Brunner fbrunnerlist at gmx.ch
Sun Nov 14 08:35:38 CST 2010


Hi, 

I want to migrate my project (https://softsmithy.svn.sourceforge.net/svnroot/softsmithy) from Subversion to Mercurial. 

I'm working on a local mirror (svnsync; as described at http://panospace.wordpress.com/2010/05/19/svn2hg_part1/ ). 
The current svn revision number is: 544 
I'm using the following command to convert the subversion Repository to a Mercurial repository: 
hg convert --branchsort --authors svn_users.txt softsmithy-mirror softsmithy-mercurial-all

The resulting repository doesn't contain all tags, though.

The resulting repository also does have only 511 revisions. I'm not sure if this is only related to the tags.

Some of the missing tags are tagging a subdirectory of trunk. This might be a part of the problem.

How can I get all tags and revisions?

Regards, 
Puce

PS: This is a cross-post: http://stackoverflow.com/questions/4173875/svn-to-mercurial-fewer-revision-numbers-and-missing-tags


More information about the Mercurial mailing list