I am new to SVN and am performing a SVN repository to repository migration.
I need to exclude a folder from source repository dump file. For that I used the following svndumpfilter command.
svndumpfilter exclude foldername --skip-missing-merge-sources --drop-empty-revs < full_dump_file > filtered_dump_file
Then i tried to load the filtered dumpfile in target repository with svnadmin load command.
svnadmin load target_repository < filtered_dump_file
But the loading of dump file stopped with error:
adding path : xxx/xxxxx/xxxx/pre ...svnadmin: E160006: No such revision 210
When I checked the revision 210 in source repository, a file is added on this revision (r210).