Searched refs:relpath_depth (Results 1 – 4 of 4) sorted by relevance
39 OR (relpath_depth(new.local_relpath)40 = relpath_depth(new.parent_relpath) + 1))47 WHEN NOT new.op_depth <= relpath_depth(new.local_relpath)56 (new.op_depth = relpath_depth(new.local_relpath))83 OR relpath_depth(local_relpath) != relpath_depth(parent_relpath)+1)91 OR relpath_depth(local_relpath) != relpath_depth(parent_relpath)+1)190 AND op_depth != relpath_depth(local_relpath)198 WHERE op_depth < relpath_depth(local_relpath)228 WHERE n.op_depth = relpath_depth(local_relpath)237 AND s.op_depth = relpath_depth(s.local_relpath)[all …]
817 dst_relpath, relpath_depth(dst_relpath), in copy_working_node()1868 0, relpath_depth(relpath))); in tc_incoming_editor_delete()2242 local_relpath, relpath_depth(delete_relpath), in update_moved_away_conflict_victim()2256 umb.dst_op_depth = relpath_depth(dst_relpath); in update_moved_away_conflict_victim()2701 umb.src_op_depth = relpath_depth(local_relpath); /* SRC of diff */ in update_incoming_move()2702 umb.dst_op_depth = relpath_depth(dst_relpath); /* virtual DST op-root */ in update_incoming_move()3524 b.add_op_depth = relpath_depth(local_relpath); /* DST op-root */ in update_local_add()3563 relpath_depth(local_relpath))); in update_local_add()3717 relpath_depth(move_dst_op_root_relpath), in bump_mark_tree_conflict()3806 if (!relpath || relpath_depth(relpath) > 1) in check_bump_layer()[all …]
118 return relpath_depth(local_relpath); in svn_wc__db_op_depth_for_upgrade()673 moved_to, relpath_depth(moved_to))); in db_retract_parent_delete()881 relpath_depth(local_relpath))); in insert_base_node()2057 relpath_depth(moved_to_relpath))); in clear_moved_here()2148 && op_depth == relpath_depth(local_relpath)) in db_base_remove()2282 relpath_depth(local_relpath))); in db_base_remove()4085 int current_depth = relpath_depth(current_relpath); in scan_deletion()4432 *op_depth = relpath_depth(local_relpath); in op_depth_for_copy()4436 *parent_op_depth = relpath_depth(parent_relpath); in op_depth_for_copy()4659 if (relpath_depth(dst_relpath) == move_op_depth) in db_op_copy()[all …]
175 relpath_depth(const char *relpath) in relpath_depth() function