Преглед на файлове

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

till преди 13 години
родител
ревизия
f8d8ccfedc
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      src/Composer/Repository/Vcs/SvnDriver.php

+ 2 - 0
src/Composer/Repository/Vcs/SvnDriver.php

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