SVNErrorMessage err = SVNErrorMessage.create(SVNErrorCode.WC_CORRUPT, "Missing end of line in wcprops file for ''{0}''", getRoot());
SVNErrorManager.error(err, e, SVNLogType.WC);
}
break;
}
wcProps = wcpropsFile.readProperties(false, true);
entryWCProps = new SVNProperties13(wcProps);
wcPropsCache.put(name, entryWCProps);
buffer.delete(0, buffer.length());
}
} catch (SVNException svne) {