Explorar o código

Add another svn auth failed string to check (older svn server version)

DerManoMann %!s(int64=11) %!d(string=hai) anos
pai
achega
abb1db54bb
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/Composer/Util/Svn.php

+ 1 - 0
src/Composer/Util/Svn.php

@@ -108,6 +108,7 @@ class Svn
 
         // the error is not auth-related
         if (false === stripos($output, 'Could not authenticate to server:')
+            && false === stripos($output, 'authorization failed')
             && false === stripos($output, 'svn: E170001:')) {
             throw new \RuntimeException($output);
         }