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

Re: Exclude/Ignore pattern

From: Stuart Celarier <SCelarier_at_corillian.com>
Date: 2005-10-13 01:32:30 CEST

Milen wrote:
>After a brief walk over the Subversion source I found that probably
the "apr_fnmatch" function is responsible for putting those patterns
in action. Obviously it is part of APR.
Unfortunatelly its docs
(http://apr.apache.org/docs/apr/group__apr__fnmatch.html) are not very
helpful. But the source is -
http://svn.apache.org/viewcvs.cgi/apr/apr/trunk/strings/apr_fnmatch.c?vi
ew=markup
.

[Stuart] Thanks for the research!

>This is the explaination about the compatibility:
"...
/*
 * Function fnmatch() as specified in POSIX 1003.2-1992, section B.6.
 * Compares a filename or pathname to a pattern.
 */
..."

>Anyone with access to that document?

[Stuart] Looks like that specific document may have been superseded.
Check out Q8 in this FAQ [1].

Cheers,
Stuart

[1] http://www.opengroup.org/austin/papers/posix_faq.html

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Oct 13 01:32:52 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.