Merge pull request #750 from GordonSchmidt/master
SVN Auth doesn't work with german svn errorspull/747/merge
commit
edeec58c09
|
@ -100,7 +100,7 @@ class Svn
|
||||||
}
|
}
|
||||||
|
|
||||||
// the error is not auth-related
|
// 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);
|
throw new \RuntimeException($output);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue