diff --git a/src/Composer/Util/Svn.php b/src/Composer/Util/Svn.php index d979a2ddb..92694ea78 100644 --- a/src/Composer/Util/Svn.php +++ b/src/Composer/Util/Svn.php @@ -100,7 +100,8 @@ class Svn } // the error is not auth-related - if (false === stripos($output, 'Could not authenticate to server:')) { + if (false === stripos($output, 'Could not authenticate to server:') + && false === stripos($output, 'svn: E170001:')) { throw new \RuntimeException($output); }