1
0
Fork 0

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

pull/410/head
till 2012-03-09 14:24:49 +01:00
parent a3363a8560
commit f8d8ccfedc
1 changed files with 2 additions and 0 deletions

View File

@ -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;