[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: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2003-07-19 01:23:22 CEST

--On Friday, July 18, 2003 12:41:25 -0400 Paul Lussier <pll@lanminds.com>
wrote:

> It wouldn't surprise me if APR's regex matcher were buggy. This
> discussion just reminded me of a problem I ran into a while back but
> then found a work-around for.

I meant to reply to this earlier, but APR doesn't have a regex matcher.
httpd uses PCRE for its regular expressions.

You are probably confusing it with apr_fnmatch (which is, indeed, what
libsvn_subr uses), but that doesn't interpret regular expressions. It's a
follows the POSIX fnmatch characteristics not POSIX regular expressions.

Namely, I believe fnmatch doesn't support [xyz]* expressions. I could be
wrong, but that's what the Solaris man page on fnmatch(5) leads me to
believe. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 19 01:24:35 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.