Merge pull request #1990 from phansys/svn-auth
Added check for SVN WebDAV auth requestpull/1996/head
commit
06dff68ce7
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue