1
0
Fork 0

Merge pull request #750 from GordonSchmidt/master

SVN Auth doesn't work with german svn errors
pull/747/merge
Jordi Boggiano 2012-05-31 01:06:32 -07:00
commit edeec58c09
1 changed files with 1 additions and 1 deletions

View File

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