svn Cannot display: file marked as a binary type.

July 15, 2009

Symptom:

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

It’s because the wrong mime-type property is set on the file.

Fix:

Using property editor, remove svn:mime-type = application/octet-stream property.

Leave a Reply