Index: gcl.py |
diff --git a/gcl.py b/gcl.py |
index 24d410907b4972380e749ddb21b35400e4cbe5bc..8c89a7a049948c7f458bea55a200d89357ba4c48 100755 |
--- a/gcl.py |
+++ b/gcl.py |
@@ -153,6 +153,10 @@ def GetCachedFile(filename, max_age=60*60*24*3, use_root=False): |
'svn: Can\'t get username or password'): |
ErrorExit('Your svn credentials expired. Please run svn update ' |
'to fix the cached credentials') |
+ if content_array[0].startswith('svn: Can\'t get password'): |
+ ErrorExit('If are using a Mac and svn --version shows 1.4.x, ' |
+ 'please hack gcl.py to remove --non-interactive usage, it\'s' |
+ 'a bug on your installed copy') |
if not content_array[0].startswith('svn: File not found:'): |
# Try again. |
continue |