Home
last modified time | relevance | path

Searched refs:is_wc_root (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDwcroot_anchor.c193 svn_boolean_t is_wc_root, is_switched; in svn_wc_get_actual_target2() local
200 err = svn_wc__db_is_switched(&is_wc_root, &is_switched, &kind, in svn_wc_get_actual_target2()
211 is_wc_root = FALSE; in svn_wc_get_actual_target2()
216 if (!(is_wc_root || is_switched) || (kind != svn_node_dir)) in svn_wc_get_actual_target2()
HDadm_ops.c377 svn_boolean_t is_wc_root; in check_can_add_node() local
434 is_wc_root = FALSE; in check_can_add_node()
438 is_wc_root = FALSE; in check_can_add_node()
456 SVN_ERR_ASSERT(!is_wc_root); in check_can_add_node()
459 SVN_ERR(svn_wc__db_is_wcroot(&is_wc_root, db, local_abspath, in check_can_add_node()
462 if (is_wc_root && copyfrom_url) in check_can_add_node()
468 else if (is_wc_root && is_special) in check_can_add_node()
488 *is_wc_root_p = is_wc_root; in check_can_add_node()
576 svn_boolean_t is_wc_root; in svn_wc_add4() local
580 SVN_ERR(check_can_add_node(&kind, &db_row_exists, &is_wc_root, in svn_wc_add4()
[all …]
HDrelocate.c95 svn_boolean_t is_wc_root; in svn_wc_relocate4() local
97 SVN_ERR(svn_wc__is_wcroot(&is_wc_root, wc_ctx, local_abspath, in svn_wc_relocate4()
99 if (! is_wc_root) in svn_wc_relocate4()
HDupdate_editor.c1559 svn_boolean_t is_wc_root; in already_in_a_tree_conflict() local
1569 SVN_ERR(svn_wc__db_is_wcroot(&is_wc_root, db, ancestor_abspath, in already_in_a_tree_conflict()
1571 if (is_wc_root) in already_in_a_tree_conflict()
/NextBSD/contrib/subversion/subversion/libsvn_client/
HDiprops.c56 svn_boolean_t is_wc_root; in need_to_cache_iprops() local
60 err = svn_wc_check_root(&is_wc_root, &is_switched, NULL, in need_to_cache_iprops()
70 is_wc_root = FALSE; in need_to_cache_iprops()
82 if (is_wc_root || is_switched) in need_to_cache_iprops()
HDadd.c903 svn_boolean_t is_wc_root; in svn_client_add5() local
916 err = svn_wc__is_wcroot(&is_wc_root, ctx->wc_ctx, local_abspath, in svn_client_add5()
928 is_wc_root = FALSE; in svn_client_add5()
930 if (is_wc_root) in svn_client_add5()
942 is_wc_root = FALSE; in svn_client_add5()
955 if (is_wc_root) in svn_client_add5()
961 if (add_parents && !is_wc_root) in svn_client_add5()
HDmergeinfo.c271 svn_boolean_t is_wc_root; in svn_client__get_wc_mergeinfo() local
282 SVN_ERR(svn_wc_check_root(&is_wc_root, &is_switched, NULL, in svn_client__get_wc_mergeinfo()
284 if (is_wc_root || is_switched) in svn_client__get_wc_mergeinfo()