I am trying to dump a folder and its sub folder contents from the current SVN repository using svnadmin dump. However, it does not dump all the subfolders under it. I am not sure if this is an indication of some sort of svn corruption or if I am not using the right command.
Here is the command that I am using
svnadmin dump d:/svnrepo --incremental | svndumpfilter --drop-empty-revs include MyFolder > MyFolder.dmp
How do I ensure that all subfolders are part of the dump. And, if this is an indication of svn corruption how do I fix it.
Thanks