1
0
Fork 0

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

pull/2201/head
DerManoMann 2013-08-23 09:29:19 +12:00
parent 6f8b257997
commit abb1db54bb
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ class Svn
// the error is not auth-related // 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, 'authorization failed')
&& false === stripos($output, 'svn: E170001:')) { && false === stripos($output, 'svn: E170001:')) {
throw new \RuntimeException($output); throw new \RuntimeException($output);
} }