* do not use getSvnCommand (since we are not in object context)
* run non interacive instead of piping output to /dev/nullpull/410/head
parent
c0ec8f16f9
commit
6f364a85b3
|
@ -327,7 +327,7 @@ class SvnDriver extends VcsDriver
|
|||
$processExecutor = new ProcessExecutor();
|
||||
|
||||
$exit = $processExecutor->execute(
|
||||
$this->getSvnCommand('svn info', $url, '2>/dev/null'),
|
||||
"svn info --non-interactive {$url}",
|
||||
$ignoredOutput
|
||||
);
|
||||
return $exit === 0;
|
||||
|
|
Loading…
Reference in New Issue