} catch (IOException e) {
throw new SVNException(SVNErrorMessage.create(SVNErrorCode.FS_GENERAL, e));
}
out.println(Messages.SubversionUpdateEventHandler_FetchExternal(details.getUrl(), event.getRevision(), file));
externals.add(new External(modulePath + '/' + path, details.getUrl(), details.getRevision()));
}
}
super.handleEvent(event, progress);
}