Index: checkout.py |
diff --git a/checkout.py b/checkout.py |
index 8a3f7125d4ab754f7712c722b062bb43239e0e5c..1e52d7e862c38327828a983d681cb1b80ce6fae0 100644 |
--- a/checkout.py |
+++ b/checkout.py |
@@ -489,7 +489,8 @@ class GitCheckoutBase(CheckoutBase): |
# TODO(maruel): Read ~/.subversion/config and detect the rules that |
# applies here to figure out if the property will be correctly |
# handled. |
- if not prop[0] in ('svn:eol-style', 'svn:executable'): |
+ if not prop[0] in ( |
+ 'svn:eol-style', 'svn:executable', 'svn:mime-type'): |
raise patch.UnsupportedPatchFormat( |
p.filename, |
'Cannot apply svn property %s to file %s.' % ( |