SVNErrorManager.error(err, SVNLogType.NETWORK);
} else if (nodeKind == SVNNodeKind.NONE) {
SVNErrorMessage err = SVNErrorMessage.create(SVNErrorCode.RA_ILLEGAL_URL, "URL ''{0}'' doesn't exist", getLocation());
SVNErrorManager.error(err, SVNLogType.NETWORK);
}
final SVNDepth reporterDepth = depth;
update(revision, target, depth, false, new ISVNReporterBaton() {
public void report(ISVNReporter reporter) throws SVNException {
reporter.setPath("", null, lastRev, reporterDepth, true);
reporter.finishReport();
}