return new SVNDiffOptions(ignoreAllWS, ignoreAmountOfWS, ignoreEOLStyle);
}
protected String refineCommandName(String commandName, SVNCommandLine commandLine) throws SVNException {
for (Iterator options = commandLine.optionValues(); options.hasNext();) {
SVNOptionValue optionValue = (SVNOptionValue) options.next();
AbstractSVNOption option = optionValue.getOption();
if (option == SVNLookOption.HELP || option == SVNLookOption.QUESTION) {
myIsHelp = true;
} else if (option == SVNLookOption.VERSION) {
myIsVersion = true;
}