* in interactive mode: display error message to the user when authorization fails

main
till 12 years ago
parent a3363a8560
commit f8d8ccfedc

@ -101,6 +101,8 @@ class SvnDriver extends VcsDriver implements VcsDriverInterface
// restart the process
$output = $this->execute($command, $url);
} else {
$this->io->write("Authorization failed: {$svnCommand}");
}
}
return $output;

Loading…
Cancel
Save