1
0
Fork 0
jspagnoletti 2013-06-10 15:00:58 -03:00
parent f56b985884
commit 6687743adb
1 changed files with 2 additions and 1 deletions

View File

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