Login | Register
My pages Projects Community openCollabNet

Discussions > dev [DISABLED] > adm_access in doc strings [Re: svn commit: r38248]

subversion
Discussion topic

There will be a brief maintenance window every Friday at 17:00 Pacific.
For further details, see CollabNet's maintenance and upgrade policy.

Back to topic list

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

Author julianfoad
Full name Julian Foad
Date 2009-10-15 06:30:26 PDT
Message 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_mergein​fo_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/lib​svn_wc/props.c
[...]
> static svn_error_t *
> apply_single_prop_ad​d(svn_wc_notify_stat​e_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

« Previous message in topic | 1 of 3 | Next message in topic »

Messages

Show all messages in topic

adm_access in doc strings [Re: svn commit: r38248] julianfoad Julian Foad 2009-10-15 06:30:26 PDT
     Re: adm_access in doc strings [Re: svn commit: r38248] julianfoad Julian Foad 2009-10-20 09:59:29 PDT
         Re: adm_access in doc strings [Re: svn commit: r38248] hwright Hyrum K. Wright 2009-10-20 10:00:53 PDT
Messages per page: