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

/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwcroot_anchor.c216 svn_boolean_t is_wc_root, is_switched;
223 err = svn_wc__db_is_switched(&is_wc_root, &is_switched, &kind,
234 is_wc_root = FALSE;
239 if (!(is_wc_root || is_switched) || (kind != svn_node_dir))
215 svn_boolean_t is_wc_root, is_switched; local
H A Drelocate.c97 svn_boolean_t is_wc_root;
99 SVN_ERR(svn_wc__is_wcroot(&is_wc_root, wc_ctx, local_abspath,
101 if (! is_wc_root)
95 svn_boolean_t is_wc_root; local
H A Dadm_ops.c378 svn_boolean_t is_wc_root;
435 is_wc_root = FALSE;
439 is_wc_root = FALSE;
457 SVN_ERR_ASSERT(!is_wc_root);
460 SVN_ERR(svn_wc__db_is_wcroot(&is_wc_root, db, local_abspath,
463 if (is_wc_root && copyfrom_url)
469 else if (is_wc_root && is_special)
489 *is_wc_root_p = is_wc_root;
577 svn_boolean_t is_wc_root;
581 SVN_ERR(check_can_add_node(&kind, &db_row_exists, &is_wc_root,
377 svn_boolean_t is_wc_root; local
576 svn_boolean_t is_wc_root; local
[all...]
H A Dupdate_editor.c1568 svn_boolean_t is_wc_root;
1578 SVN_ERR(svn_wc__db_is_wcroot(&is_wc_root, db, ancestor_abspath,
1580 if (is_wc_root)
1564 svn_boolean_t is_wc_root; local
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Diprops.c58 svn_boolean_t is_wc_root;
62 err = svn_wc_check_root(&is_wc_root, &is_switched, NULL,
72 is_wc_root = FALSE;
84 if (is_wc_root || is_switched)
56 svn_boolean_t is_wc_root; local
H A Dadd.c905 svn_boolean_t is_wc_root;
918 err = svn_wc__is_wcroot(&is_wc_root, ctx->wc_ctx, local_abspath,
930 is_wc_root = FALSE;
932 if (is_wc_root)
944 is_wc_root = FALSE;
957 if (is_wc_root)
963 if (add_parents && !is_wc_root)
903 svn_boolean_t is_wc_root; local
H A Dmergeinfo.c272 svn_boolean_t is_wc_root;
283 SVN_ERR(svn_wc_check_root(&is_wc_root, &is_switched, NULL,
285 if (is_wc_root || is_switched)
271 svn_boolean_t is_wc_root; local

Completed in 191 milliseconds