I'm storing several projects under the same SVN repository. I've followed the manual and did this: I svnadmin dump c:\repository | svndumpfilter include > myproject.dump
My problem is, svndumpfilter chokes with the error "Invalid copy source path" because we moved that particular project from branches back to another folder awhile ago.
Has anyone dealt with this particular problem successfully?
I am currently thinking of dumping the main repository in chunks, skipping the revisions that may cause errors. I will then load each chunk into the new repository, each chunk under a folder, and merge them using Eclipse. Does this sound sane to you? Do you see any problems with it?