Alistair Ashcroft wrote:
> Hi All,
>
> I am using subversion for source control, and its been working great.
> But lately, I have been doing sql development against a MS sql database,
> and I have text files (with a .sql extension). When they are being
> added to the repository, subversion is deciding they are
> Application/Octet stream types, and consequently I can't do diffs etc on
> them as it belives they are binary files.
I assume the svn:mime-type property is set to something like
"application/octet-stream". Change it to "text/sql" to tell subversion that it
is a text file.
Rainer
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Jun 13 12:17:54 2006