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

main
DerManoMann 11 years ago
parent 6f8b257997
commit abb1db54bb

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

Loading…
Cancel
Save