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

adm_access in doc strings [Re: svn commit: r38248]

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Thu, 15 Oct 2009 14:30:18 +0100

On Mon, 2009-06-29, Hyrum K. Wright wrote:
> Author: hwright
> Date: Mon Jun 29 11:50:49 2009
> New Revision: 38248
>
> Log:
> Continue our march through props.c, replacing adm_access batons and paths with
> references to the wc database and local absolute paths.
>
> * subversion/libsvn_wc/props.c
> (apply_single_prop_add, apply_single_prop_delete,
> apply_single_mergeinfo_prop_change, apply_single_generic_prop_change,
> apply_single_prop_change):
> Shuffle parameters around, and add a scratch pool.
> (svn_wc__merge_props): Update callers, and add an iterpool for looping.
>
> Modified: trunk/subversion/libsvn_wc/props.c
[...]
> static svn_error_t *
> apply_single_prop_add(svn_wc_notify_state_t *state,
> - const char *path,
> + svn_string_t **conflict,
> + svn_wc__db_t *db,
> + const char *local_abspath,
> svn_boolean_t is_dir,
> apr_hash_t *working_props,
> - svn_string_t **conflict,
> const char *propname,
> const svn_string_t *base_val,
> const svn_string_t *new_val,
> svn_wc_conflict_resolver_func_t conflict_func,
> void *conflict_baton,
> - svn_wc_adm_access_t *adm_access,
[etc.]

Boring, I know, but please could you update the references to
'ADM_ACCESS' and 'PATH' in all the functions' doc strings.

- Julian

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2407887
Received on 2009-10-15 15:30:37 CEST

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.