On 04/19/2013 12:47 PM, C. Michael Pilato wrote:
>>> I found that this can be done with the svn command line tools. However,
>>> --force must be used. Without --force, svn will see that the file has
>>> svn:mime-type prop set to application/octet-stream and refuse to do
>>> anything to a binary fil
On 04/19/2013 12:56 PM, Watson, Paul wrote:
You know, in light of the fact you can use the runtime
configuration to establish the constant use of an external diff
tool, it seems that it would be beneficial to have another
configuration knob that means "My external diff tool can
>>>You know, in light of the fact you can use the runtime configuration to
>>>establish the constant use of an external diff tool, it seems that it would
>>>be beneficial to have another configuration knob that means "My external
>>>diff tool can handle binary files, too, so please assume --forc
>> I found that this can be done with the svn command line tools. However,
>> --force must be used. Without --force, svn will see that the file has
>> svn:mime-type prop set to application/octet-stream and refuse to do
>> anything to a binary file.
>
> I nearly suggested this earlier, but my testi