I want to revert a directory and all sub-directories in an SVN working copy so they match the repository but I don\'t want to touch any files i
Firstly, make a copy of your working copy somewhere safe. :)
You can edit properties on svn working copies using commands like this:
REM Delete all mergeinfo properties recursively svn propdel svn:mergeinfo -R