I ran into that problem and got around it by using the --force argument.
But taking the attribute off would also be good IMO, its not like it
contains any binary data blobs or anything.
frankie
On 09/02/11 17:15, Vladimir Avdonin wrote:
> Hey,
>
> Is anyone else having problem not being able to diff build.xml from svn
> clients. I get this error:
>
> $ svn diff -r 1094 build.xml
> Index: build.xml
> ===================================================================
> Cannot display: file marked as a binary type.
> svn:mime-type = application/xml
>
>
> Apparently this is because of the svn property on that file
> svn:mime-type = application/xml that seem have been there since start of
> time.
>
> Does anybody still need that property on the file for some reason?
>
> If noone will respond, I would remove the property off the file. Or
> anyone cares that it shall be change to mime-type = text/xml?
>
|