S.Ramaswamy wrote:
> v4 with the suggested changes.
>
> Log:
>
> Fix issue #2243. Make 'svn add' honor svn:ignore property.
Thanks. Committed in r15001, with the minor tweak below.
- Julian
> Index: subversion/include/svn_wc.h
> ===================================================================
> --- subversion/include/svn_wc.h (revision 14982)
> +++ subversion/include/svn_wc.h (working copy)
> @@ -2974,6 +2974,18 @@
> apr_hash_t *config,
> apr_pool_t *pool);
>
> +/** Get the list of ignore patterns from the @c svn_config_t's in the
> + * @a config hash and the local ignore patterns from the directory
> + * in @a adm_access. The default and local ignore patterns are stored in
> + * @a *patterns. Allocate @a *patterns and its contents in @pool.
(I tweaked the wording slightly there to use the "active voice" and match the
comment for svn_wc_get_default_ignores, and corrected "@pool" to "@a pool".)
> + *
> + * @since New in 1.3.
> + */
> +svn_error_t *svn_wc_get_ignores (apr_array_header_t **patterns,
> + apr_hash_t *config,
> + svn_wc_adm_access_t *adm_access,
> + apr_pool_t *pool);
> +
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 7 18:54:21 2005