Should we now add all the other options from svndumpfilter?
--drop-empty-revs : Remove revisions emptied by filtering. --drop-all-empty-revs : Remove all empty revisions found in dumpstream except revision 0. --renumber-revs : Renumber revisions left after filtering. --skip-missing-merge-sources : Skip missing merge sources. --targets ARG : Read additional prefixes, one per line, from file ARG. --preserve-revprops : Don't filter revision properties. --quiet : Do not display filtering statistics.
These were all designed to be useful with filtering. Why *wouldn't* we want to include them directly in 'svnadmin dump --include/exclude'?
- Julian