}
private SVNProperties readBaseProperties(String name) throws SVNException {
File propertiesFile = getBasePropertiesFile(name, false);
SVNWCProperties props = new SVNWCProperties(propertiesFile, null);
return props.asMap();
}
private SVNProperties readRevertProperties(String name) throws SVNException {
File propertiesFile = getRevertPropertiesFile(name, false);
SVNWCProperties props = new SVNWCProperties(propertiesFile, null);