Chromium Code Reviews| Index: scm.py |
| diff --git a/scm.py b/scm.py |
| index 06716db672988dbc16c7e7173ec811ce42980454..1f242191999604c48c6563637db38eff38cfc3d3 100644 |
| --- a/scm.py |
| +++ b/scm.py |
| @@ -451,7 +451,8 @@ class SVN(object): |
| if (x.startswith('svn: OPTIONS of') or |
| x.startswith('svn: PROPFIND of') or |
| x.startswith('svn: REPORT of') or |
| - x.startswith('svn: Unknown hostname')): |
| + x.startswith('svn: Unknown hostname') or |
| + x.startswith('svn: Server sent unexpected return value')): |
| return True |
| return False |