Patch |
r1701488 |
r1701488 | julianfoad | 2015-09-06 13:27:43 +0000 (Sun, 06 Sep 2015) Fix check-mime-type.pl so that it also works for svnlook versions from 1.7.8 (r1416637). In r1416637, svnlook proplist --verbose output changed from propname : propval format, to an indented output: Properties on ... propname1 propval1 propval2 This change makes check-mime-type aware of both the pre 1.7.8 and 1.7.8+ formats. Patch by: Brett Randall <javabrett{_AT_}gmail.com>