[PATCH] Normalize svn:ignore pattern matching
From: Osku Salerma <osku_at_iki.fi>
Date: 2006-06-16 16:33:53 CEST
Currently, knowledge that svn:ignore only supports glob patterns is
The attached patch modifies the four functions to use a new function,
I'm not sure if svn_string.c is the correct place for the new function;
[[[
* subversion/include/svn_string.h
* subversion/libsvn_subr/svn_string.c
* subversion/libsvn_wc/status.c (send_unversioned_item)
Use svn_cstring_match_ignore_list instead of svn_cstring_match_blob_list.
-- Osku Salerma - osku_at_iki.fi - http://www.oskusoft.com/osku/
---------------------------------------------------------------------
|
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.