I', trying to migrate a part of my SVN repository to new location. I dumped the whole repository and now try to filter out my folder of interest:
$ svndumpfilter include sandwiches < dumpfile > filtered-dumpfile
But then I got following error:
svndumpfilter: unsuported dump file version: 3
I came across quite old article saying dump filter is not working if repository dump was created with --deltas flag.
Question: Is there any possibility to use svndumpfilter with dump file with deltas?
No, you can't.
svndumpfiltercan't operate with deltified dumps.Check the SVNBook: