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

Re: [PATCH] Issue #2243 - 'svn add' command not keying off svn:ignore

From: Branko Čibej <brane_at_xbc.nu>
Date: 2005-05-11 20:53:49 CEST

S.Ramaswamy wrote:

>+/** 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 @adm_access. Allocate @a ignores and its contents in @pool.
>+ */
>+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);
>
>
There's no "ignores" parameter, it's "patterns". A slight misspelling,
should be "@a adm_access", not "@adm_access". And a missing line,
"@since New in 1.3".

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 11 23:27:59 2005

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.