Edward Harvey wrote:
>> Plain-text files can be auto-merged. Binary files cannot.
>> This is coded in the SVN libraries (which TSVN uses), but the
>> svn:mime-type property is a big helper here in telling the
>> libraries what files can be automatically merged.
>
> I see that I can change the mime-type property. But how does it
> originally get set?
Mainly svn has a routine which (IIRC) goes like this:
scan first 1024 bytes of the file, if non ASCII chars found treat file
as binary by adding svn:mime-type = binary/octet-stream
Those details might be a bit off, but thats the general idea.
Your svn config file will typically add mime-type auto-props for certain
file types, like .jpg, .png, etc.
-Nathan
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed May 10 18:18:24 2006