currentDirectory = child;
} catch (PermissionDeniedException e) {
SVNErrorMessage err = SVNErrorMessage.create(SVNErrorCode.IO_ERROR,
"error: failed on permission.");
throw new SVNException(err);
} catch (IOException e) {
SVNErrorMessage err = SVNErrorMessage.create(SVNErrorCode.IO_ERROR,
"error: failed on IO.");
throw new SVNException(err);
} catch (TriggerException e) {
SVNErrorMessage err = SVNErrorMessage.create(SVNErrorCode.IO_ERROR,
"error: failed on IO.");
throw new SVNException(err);
}
}