* 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();
|
$processExecutor = new ProcessExecutor();
|
||||||
|
|
||||||
$exit = $processExecutor->execute(
|
$exit = $processExecutor->execute(
|
||||||
$this->getSvnCommand('svn info', $url, '2>/dev/null'),
|
"svn info --non-interactive {$url}",
|
||||||
$ignoredOutput
|
$ignoredOutput
|
||||||
);
|
);
|
||||||
return $exit === 0;
|
return $exit === 0;
|
||||||
|
|
Loading…
Reference in New Issue