* do not use getSvnCommand (since we are not in object context)

* run non interacive instead of piping output to /dev/null
main
till 12 years ago
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…
Cancel
Save