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

Re: svn:ignore Question

From: Paul Lussier <pll_at_lanminds.com>
Date: 2003-07-22 16:33:55 CEST

In a message dated: Tue, 22 Jul 2003 09:33:21 +0200
Michael Wood said:

>Paul, you are confusing shell globbing with regular expressions. They
>are not the same thing (although shell globbing is sometimes incorrectly
>referred to as regular expression matching.)

No, I wasn't. I know the difference :)

>I agree that glob(7) does imply that character classes are part of POSIX,
>in which case, I would expect APR to support them.

That was exactly my point. Reading the fnmatch man page lead to the
glob man page, which pointed out that globbing != regex, but that
chatacter classes/ranges are part of POSIX.

>A brief look at src/apr/strings/apr_fnmatch.c implies that APR does
>indeed support them.

Great. So, APR supports character classes. Does it also support
ranges? My cursory look at that file seems to indicate that it does.
If so, then why doesn't '[0-9]*' work in my svn:ignore ?

-- 
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.org
Received on Tue Jul 22 16:35:00 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.