Re: Silly Mozilla question.
From: Paul Lussier <pll_at_lanminds.com>
Date: 2003-03-14 21:01:12 CET
In a message dated: Fri, 14 Mar 2003 10:14:31 PST
>Here, I think the idea is that the glob would not be interpreted at the
Unless you're proposing setting the actual property to '*.html'
This command:
svn propset svn:mime-type text/html "*.html"
would work the way you describe, but this:
svn propset svn:mime-type text/html *.html
would not.
Requiring the use of quotes like this I think may make some very
But, I think by changing svn:mime-type to behave similar to
$ svn proplist svn:mime-type .
etc. In short, making the svn:mime-type propert actually contain a
> Rather, I think the idea is that the "*" itself would be stored off at
Yeah, that makes sense, and it seems to co-incide with what I was
-- Seeya, Paul -- Key fingerprint = 1660 FECC 5D21 D286 F853 E808 BB07 9239 53F1 28EE It may look like I'm just sitting here doing nothing, but I'm really actively waiting for all my problems to go away. If you're not having fun, you're not doing it right! --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Fri Mar 14 21:03:02 2003 |
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.