if (hasPropModifications(name)
/*|| (entry != null && entry.isScheduledForReplacement())*/) {
// ignore base props when entry is schedule for replacement.
File propertiesFile = getPropertiesFile(name, false);
SVNProperties props = new SVNProperties(propertiesFile, null);
return props.asMap();
}
Map basePropsCache = getBasePropertiesStorage(true);
if (basePropsCache != null ) {
SVNVersionedProperties baseProps = (SVNVersionedProperties) basePropsCache.get(name);