Home
last modified time | relevance | path

Searched refs:propchange (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/subversion/subversion/libsvn_diff/
HDutil.c535 const svn_prop_t *propchange in svn_diff__display_prop_diffs() local
539 original_value = svn_hash_gets(original_props, propchange->name); in svn_diff__display_prop_diffs()
547 if ((! (original_value || propchange->value)) in svn_diff__display_prop_diffs()
548 || (original_value && propchange->value in svn_diff__display_prop_diffs()
549 && svn_string_compare(original_value, propchange->value))) in svn_diff__display_prop_diffs()
556 else if (! propchange->value) in svn_diff__display_prop_diffs()
562 propchange->name, APR_EOL_STR)); in svn_diff__display_prop_diffs()
565 && strcmp(propchange->name, SVN_PROP_MERGEINFO) == 0) in svn_diff__display_prop_diffs()
568 const char *val = propchange->value ? propchange->value->data : NULL; in svn_diff__display_prop_diffs()
593 = propchange->value ? propchange->value in svn_diff__display_prop_diffs()
/NextBSD/contrib/subversion/subversion/libsvn_client/
HDrepos_diff.c1154 svn_prop_t *propchange; in change_file_prop() local
1167 propchange = apr_array_push(fb->propchanges); in change_file_prop()
1168 propchange->name = apr_pstrdup(fb->pool, name); in change_file_prop()
1169 propchange->value = svn_string_dup(value, fb->pool); in change_file_prop()
1184 svn_prop_t *propchange; in change_dir_prop() local
1197 propchange = apr_array_push(db->propchanges); in change_dir_prop()
1198 propchange->name = apr_pstrdup(db->pool, name); in change_dir_prop()
1199 propchange->value = svn_string_dup(value, db->pool); in change_dir_prop()
HDmtcc.c871 svn_prop_t propchange; in svn_client__mtcc_add_propset() local
872 propchange.name = apr_pstrdup(mtcc->pool, propname); in svn_client__mtcc_add_propset()
875 propchange.value = svn_string_dup(propval, mtcc->pool); in svn_client__mtcc_add_propset()
877 propchange.value = NULL; in svn_client__mtcc_add_propset()
879 APR_ARRAY_PUSH(op->prop_mods, svn_prop_t) = propchange; in svn_client__mtcc_add_propset()
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDdiff_editor.c2188 svn_prop_t *propchange; in change_file_prop() local
2197 propchange = apr_array_push(fb->propchanges); in change_file_prop()
2198 propchange->name = apr_pstrdup(fb->pool, name); in change_file_prop()
2199 propchange->value = svn_string_dup(value, fb->pool); in change_file_prop()
2213 svn_prop_t *propchange; in change_dir_prop() local
2222 propchange = apr_array_push(db->propchanges); in change_dir_prop()
2223 propchange->name = apr_pstrdup(db->pool, name); in change_dir_prop()
2224 propchange->value = svn_string_dup(value, db->pool); in change_dir_prop()
HDexternals.c660 svn_prop_t *propchange; in change_file_prop() local
662 propchange = apr_array_push(eb->propchanges); in change_file_prop()
663 propchange->name = apr_pstrdup(eb->pool, name); in change_file_prop()
664 propchange->value = svn_string_dup(value, eb->pool); in change_file_prop()
HDupdate_editor.c2372 svn_prop_t *propchange; in change_dir_prop() local
2378 propchange = apr_array_push(db->propchanges); in change_dir_prop()
2379 propchange->name = apr_pstrdup(db->pool, name); in change_dir_prop()
2380 propchange->value = svn_string_dup(value, db->pool); in change_dir_prop()
3711 svn_prop_t *propchange; in change_file_prop() local
3717 propchange = apr_array_push(fb->propchanges); in change_file_prop()
3718 propchange->name = apr_pstrdup(fb->pool, name); in change_file_prop()
3719 propchange->value = svn_string_dup(value, fb->pool); in change_file_prop()
/NextBSD/contrib/subversion/subversion/libsvn_fs_x/
HDstructure81 is also locked during a revprop propchange while the revprop file is
/NextBSD/contrib/subversion/subversion/libsvn_fs_fs/
HDstructure87 is also locked during a revprop propchange while the revprop file is
/NextBSD/contrib/subversion/
HDCHANGES3417 * propchange received on subdir merge causes conflict (issue #2969)
4221 * new pre/post-revprop hook argument to describe propchange (r12162)