this.diff,
this.fileExtensionRegEx,
this.directories);
try {
importer.importProject(persistenceProvider, monitor, this.start, this.end, this.update);
LOGGER.info("Import Job of project " + project.getName() + " version history done");
} catch (SVNException e) {
LOGGER.error("Error while importing the version history for project " + project.getName(), e);
System.err.println(e);
return Status.CANCEL_STATUS;