}
}
public SVNProperties compareTo(SVNWCProperties properties) throws SVNException {
final SVNProperties locallyChangedProperties = new SVNProperties();
compareTo(properties, new ISVNPropertyComparator() {
public void propertyAdded(String name, InputStream value, int length) {
propertyChanged(name, value, length);
}
public void propertyChanged(String name, InputStream newValue,