You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Julian Foad <ju...@btopenworld.com> on 2004/03/10 18:21:46 UTC

MIME types in the Subversion source repository

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

build/win32/svn.ico - application/octet-stream
doc/book/book/images/DirectoryModels.ppt - application/vnd.ms-powerpoint
doc/book/book/images/VersioningModels.ppt - application/vnd.ms-powerpoint
doc/book/book/images/branches.ppt - application/octet-stream
doc/translations/russian/book/images/ch02dia1.png - application/octet-stream
doc/translations/russian/book/images/ch02dia2.png - application/octet-stream
doc/translations/russian/book/images/ch02dia3.png - application/octet-stream
doc/translations/russian/book/images/ch02dia4.png - application/octet-stream
doc/translations/russian/book/images/ch02dia5.png - application/octet-stream
doc/translations/russian/book/images/ch02dia6.png - application/octet-stream
notes/logo/subversion_logo.eps.gz - application/x-gzip-compressed
notes/logo/subversion_logo.icns - application/octet-stream
notes/logo/subversion_logo.ico - application/octet-stream
packages/win32-innosetup/images/svn_bck.png - application/octet-stream
packages/win32-innosetup/images/wiz-164x314x24.bmp - application/octet-stream
packages/win32-innosetup/images/wiz-55x55x24.bmp - application/octet-stream
packages/win32-innosetup/tools/svnpath/svnpath.exe - application/octet-stream
subversion/bindings/java/javahl/doc/status1.png - application/octet-stream
subversion/tests/clients/cmdline/theta.bin - application/octet-stream
tools/xslt/svnindex.xsl - text/xml
www/favicon.ico - application/octet-stream
www/images/LnmAwardLogo.jpg - application/octet-stream
www/images/bsddaemon.png - application/octet-stream
www/images/debian.jpg - application/octet-stream
www/images/redhat.png - application/octet-stream
www/images/src-pkg.png - application/octet-stream
www/images/win32.png - application/octet-stream

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

- Julian

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

Re: MIME types in the Subversion source repository

Posted by Ben Reser <be...@reser.org>.
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