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