I have a repository with about 200.000 revisions.
I want to transfer part of it to Perforce. I made a SVN dump of the branch in question with only a subset of revisions. The import starts as expected but always stops at item 65636. There are GBs of space left on the disk and the processor is more or less idle. The logs show no error.
The Subversion converter requires a complete history to function.
Many revisions are dependent on previous revisions, the converter expects the dependent revisions to be in the conversion tree.
Since you only gave it a subset, it failed when it had to reference a revision which was not included
in your subset.
I suggest that you convert the entire repository, then either use Perfsplit or obliterate to remove the files you don't want from the converted depot.
The Subversion converter requires a complete history to function.
Many revisions are dependent on previous revisions, the converter expects the dependent revisions to be in the conversion tree.
Since you only gave it a subset, it failed when it had to reference a revision which was not included
in your subset.
I suggest that you convert the entire repository, then either use Perfsplit or obliterate to remove the files you don't want from the converted depot.