views:

16

answers:

1

I am using websvn to see svn revision comparison. I uncommented
$config->ignoreSvnMimeTypes();
to my config.php, but it seems not to work:

Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

What am I missing?

A: 

my workaround was to change the mime type

ohadshai