svndumpfilter fails with “Invalid copy source path…” error
问题 I want to move part of my SVN repo offsite, onto an AWS instance & am following this page (Repository Maintenance) I have taken a dump of the whole repo (Windows commands): svnadmin dump c:\repo > all_repo Next is to filter it, to include only the project I am interested in (which is called "M1"). type all_repo | svndumpfilter include M1 --drop-empty-revs > m1 I know this is correct, as I have done it on some of the other projects already. On this project, it breaks with the error indicated