if (!getCommandLine().hasURLs() && !getCommandLine().hasPaths()) {
getCommandLine().setPathAt(0, "");
}
if (handler != null) {
if (!getCommandLine().hasArgument(SVNArgument.INCREMENTAL)) {
handler.startDocument();
}
}
for(int i = 0; i < getCommandLine().getURLCount(); i++) {
String url = getCommandLine().getURL(i);
if (handler != null) {