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

Re: [PATCH] tiny addition to book

From: Archie Cobbs <archie_at_dellroad.org>
Date: 2004-06-20 17:00:21 CEST

Øyvind A. Holm wrote:
> But there is a warning message when running it under Debian GNU/Linux
> stable:
>
> sandbox/svnutils$ svnmimeset.sh . /etc/mime.types
> expr: warning: unportable BRE: `^.*\.\([^.]*\)$': using `^' as the first character
> of the basic regular expression is not portable; it is being ignored

Actually, you can remove the first three characters from that regular
expression (i.e., "^.*") and the functionality will be exactly the same..
so we might as well do that if it's complaining.

Also, we may want to include a custom mime.types file with "suggested"
defaults. E.g., Apache's mime.types doesn't set "*.java" to text/plain
(or should that be text/x-java?), etc., which might be appropriate
when dealing with repositories.

Thanks,
-Archie

__________________________________________________________________________
Archie Cobbs * CTO, Awarix * http://www.awarix.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jun 20 17:18:45 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.