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