dstResource.getUserName());
String srcPath = srcResource.getResourceURI().getPath();
String dstPath = dstResource.getResourceURI().getPath();
try {
committer.makeCopy((FSRevisionRoot) srcResource.getRoot(), srcPath, dstPath, true);
} catch (SVNException svne) {
throw DAVException.convertError(svne.getErrorMessage(), HttpServletResponse.SC_INTERNAL_SERVER_ERROR,
"Unable to make a filesystem copy.", null);
}