[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Files being added to SVN as octet stream.

From: Rainer Müller <mueller_rainer_at_gmx.de>
Date: 2006-06-13 12:17:45 CEST

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

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.