You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Reser <be...@reser.org> on 2004/07/01 23:57:51 UTC

Re: MIME types in the Subversion source repository

On Wed, Mar 10, 2004 at 06:21:46PM +0000, Julian Foad wrote:
> Here are some results of an idle browse of properties in our repository.  
> Someone might feel the desire to correct or improve some of these.  Note in 
> particular that "branches.ppt" is inconsistent with its siblings, and there 
> are several images that don't have the most appropriate type.
> 
> # The "grep -v" commands filter out the most common cases that look 
> correct, such as "blah.png - image/png".
> svn propget -R svn:mime-type | grep -v "\.\(html\|xml\|css\) - text/\1$" | 
> grep -v "\.\(png\|gif\) - image/\1$" | grep -v "\.jpg - image/jpeg$" | sort

[snip]

> This doesn't cause me any problems; I just thought I'd throw it out in case 
> anyone is interested.

Done in r10122.

-- 
Ben Reser <be...@reser.org>
http://ben.reser.org

"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org