소스 검색

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