1
0
Fork 0

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

* run non interacive instead of piping output to /dev/null
pull/410/head
till 2012-03-18 17:35:32 +01:00
parent c0ec8f16f9
commit 6f364a85b3
1 changed files with 1 additions and 1 deletions

View File

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