Searched refs:revert_props (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dupgrade.c670 apr_hash_t *revert_props,
741 && revert_props == NULL
760 || (below_op_depth == -1 && revert_props))
773 if (revert_props || below_op_depth == -1)
787 apr_hash_t *props = revert_props ? revert_props : base_props;
859 apr_hash_t *revert_props; local
910 SVN_ERR(read_propfile(&revert_props, revert_abspath,
918 base_props, revert_props, working_props,
666 upgrade_apply_props(svn_sqlite__db_t *sdb, const char *dir_abspath, const char *local_relpath, apr_hash_t *base_props, apr_hash_t *revert_props, apr_hash_t *working_props, int original_format, apr_int64_t wc_id, apr_pool_t *scratch_pool) argument

Completed in 165 milliseconds