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

Re: mime-types enhancement

From: Brian. W. Fitzpatrick <fitz_at_red-bean.com>
Date: 2004-02-04 19:07:15 CET

On Wed, 2004-02-04 at 11:59, Luigi Bai wrote:
> I'd like to propose an extension to the heuristics SVN uses to determine
> the mime-type of a new file. In particular, I'd like to propose a
> .subversion/mime-mappings file with the following format:
>
> <mime-mapping>
> <extension>abs</extension>
> <mime-type>audio/x-mpeg</mime-type>
> </mime-mapping>
> <mime-mapping>
> <extension>ai</extension>
> <mime-type>application/postscript</mime-type>
> </mime-mapping>
> <mime-mapping>
> <extension>aif</extension>
> <mime-type>audio/x-aiff</mime-type>
> </mime-mapping>
> <mime-mapping>
> <extension>aifc</extension>
> <mime-type>audio/x-aiff</mime-type>
> </mime-mapping>
>
> Extensions are compared without case sensitivity.

This sounds an awful lot like auto-props, which are implemented but not
documented. Look in the config files in your ~/.subversion directory
for more information.

-Fitz

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 4 19:07:31 2004

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

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