boolean printFileNames = false;
if (target.isURL()) {
client.doGetProperty(target.getURL(), propertyName, pegRevision,
getSVNEnvironment().getStartRevision(), depth, this);
printFileNames = !getSVNEnvironment().isStrict() && (getSVNEnvironment().isVerbose() ||
depth.compareTo(SVNDepth.EMPTY) > 0 || targets.size() > 1 || getURLProperties().size() > 1);
} else {
client.doGetProperty(target.getFile(), propertyName, pegRevision,
getSVNEnvironment().getStartRevision(), depth, this, changeLists);
printFileNames = !getSVNEnvironment().isStrict() && (getSVNEnvironment().isVerbose() ||
depth.compareTo(SVNDepth.EMPTY) > 0 || targets.size() > 1 || getPathProperties().size() > 1);