svn diff: file marked as binary type
Posted
by Charles Ma
on Stack Overflow
See other posts from Stack Overflow
or by Charles Ma
Published on 2010-04-14T00:03:25Z
Indexed on
2010/04/14
0:13 UTC
Read the original article
Hit count: 651
I'm doing an svn diff on one of my files and svn is detecting it as a binary type. The file is readable plain text and I would like to be able to get a diff of this file. How do I tell SVN that this is not a binary file?
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
© Stack Overflow or respective owner