Hi there, I have received a subversion dump file that contains about 12000 empty revisions. There's only one subdirectory in the dump filter so I figured I could run it through svndumpfilter include subdir --drop-empty-revs --renumber-revs < src.dmp > filtered.dmp and because the empty revs don't contain any nodes they'd get filtered. However, the empty revisions pass through and end up in the filtered dump file. The empty revisions contain only two things, a svn:log property and a svn:date property.
Is this a bug? -Dave