I need to provide our customers with a dump of one subdirectory in our SVN repository along with revision history, if possible. I know that you can dump, but I do not believe that you can tell it to isolate one subdirectory in a repo. If I export, I get only a head or one audit, this is not what I need. In any case, to achieve this, or is it simply not supported?
Edit:
I need the whole history of changes and changes in each file.
Edit:
The rmeador solution seems to work with one caveat. I received a cryptic error about a revision or the file does not exist when I execute the load command in an empty repo. svnadmin load seems to be confused because the creation of the trunk directory was filtered by svndumpfilter. Therefore, the creation of "trunk / MySubDirecory" fails. Doing svn add / commit manually for "trunk" on the target empty repo, and then doing "download svnadmin" solved this problem.
James source share