} else {
long revision = myResource.getRevision();
props = fsfs.getRevisionProperties(revision);
}
} else {
FSRoot root = myResource.getRoot();
props = fsfs.getProperties(root.getRevisionNode(myResource.getResourceURI().getPath()));
}
} catch (SVNException svne) {
throw DAVException.convertError(svne.getErrorMessage(), HttpServletResponse.SC_INTERNAL_SERVER_ERROR,
"could not fetch a property", null);
}