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

Re: Blame on .csv and .sql files ( files which SVN thinks are binary )

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-11-26 15:14:44 CET

On Nov 26, 2007 9:10 AM, Ian Wood <Ian.Wood@sucden.co.uk> wrote:
>
>
>
>
> Hi all,
>
>
>
> Please can you tell me how I get SVN to blame .csv file and .sql files.

Apply an appropriate svn:mime-type property to them.

http://filext.com/file-extension/csv lists the mime-types commonly
used for CSV files (you probably want text/csv)

The same site doesn't have a listing for SQL files, but since they're
plain text, text/plain (which is what I use) should work fine.

IIRC, Subversion treats any mime-type starting with text/ as plain text.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 26 15:15:16 2007

This is an archived mail posted to the Subversion Users mailing list.

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