Lines Matching defs:dst_relpath

268   const char *dst_relpath;
558 const char *dst_root_relpath = svn_relpath_prefix(nmb->dst_relpath,
565 nmb->dst_relpath),
634 b->wcroot, nmb->dst_relpath,
638 SVN_ERR(create_node_tree_conflict(&conflict, nmb, nmb->dst_relpath,
644 ? nmb->dst_relpath
648 SVN_ERR(update_move_list_add(b->wcroot, nmb->dst_relpath, b->db,
685 nmb->umb->wcroot, nmb->dst_relpath,
804 const char *dst_relpath,
810 const char *dst_parent_relpath = svn_relpath_dirname(dst_relpath,
817 dst_relpath, relpath_depth(dst_relpath),
838 wcroot->wc_id, dst_relpath,
839 svn_relpath_dirname(dst_relpath,
851 const char *dst_relpath,
868 dst_abspath = svn_dirent_join(b->wcroot->abspath, dst_relpath, scratch_pool);
878 SVN_ERR(create_node_tree_conflict(&conflict, nmb, dst_relpath,
890 SVN_ERR(copy_working_node(src_relpath, dst_relpath, b->wcroot,
896 SVN_ERR(update_move_list_add(b->wcroot, dst_relpath, b->db,
997 const char *dst_relpath,
1020 dst_abspath = svn_dirent_join(b->wcroot->abspath, dst_relpath, scratch_pool);
1027 SVN_ERR(create_node_tree_conflict(&conflict, nmb, dst_relpath,
1042 SVN_ERR(copy_working_node(src_relpath, dst_relpath, b->wcroot,
1063 SVN_ERR(update_move_list_add(b->wcroot, dst_relpath, b->db,
1212 const char *dst_relpath,
1221 const char *local_abspath = svn_dirent_join(b->wcroot->abspath, dst_relpath,
1236 SVN_ERR(create_node_tree_conflict(&conflict_skel, nmb, dst_relpath,
1255 b, dst_relpath,
1267 b->wcroot, dst_relpath,
1279 SVN_ERR(update_move_list_add(b->wcroot, dst_relpath, b->db,
1308 const char *dst_relpath,
1318 dst_relpath,
1338 SVN_ERR(create_node_tree_conflict(&conflict_skel, nmb, dst_relpath,
1357 &actual_props, b, dst_relpath,
1435 b->wcroot, dst_relpath,
1448 SVN_ERR(update_move_list_add(b->wcroot, dst_relpath, b->db,
1460 const char *dst_relpath,
1472 dst_relpath,
1493 b->wcroot, dst_relpath,
1511 SVN_ERR(copy_working_node(src_relpath, dst_relpath, b->wcroot,
1516 SVN_ERR(create_node_tree_conflict(&conflict_skel, nmb, dst_relpath,
1521 dst_parent_relpath = svn_relpath_dirname(dst_relpath, scratch_pool);
1530 svn_relpath_basename(dst_relpath,
1552 SVN_ERR(create_node_tree_conflict(&conflict_skel, nmb, dst_relpath,
1567 SVN_ERR(create_node_tree_conflict(&conflict_skel, nmb, dst_relpath,
1593 &actual_props, b, dst_relpath,
1659 SVN_ERR(update_move_list_add(b->wcroot, dst_relpath, b->db,
2012 const char *dst_relpath,
2029 dst_relpath, b->dst_op_depth,
2035 SVN_ERR(tc_editor_delete(nmb, dst_relpath, dst_kind, src_kind,
2046 SVN_ERR(tc_editor_add_file(nmb, dst_relpath, dst_kind,
2051 SVN_ERR(tc_editor_add_directory(nmb, dst_relpath, dst_kind,
2064 SVN_ERR(tc_editor_alter_file(nmb, dst_relpath,
2071 SVN_ERR(tc_editor_alter_directory(nmb, dst_relpath,
2124 cnmb.dst_relpath = svn_relpath_join(dst_relpath, child_name,
2129 cnmb.dst_relpath, b->dst_op_depth,
2133 cnmb.dst_relpath, iterpool));
2231 const char *src_relpath, *dst_relpath;
2245 SVN_ERR(svn_wc__db_scan_moved_to_internal(&src_relpath, &dst_relpath, NULL,
2250 if (dst_relpath == NULL)
2256 umb.dst_op_depth = relpath_depth(dst_relpath);
2259 SVN_ERR(verify_write_lock(wcroot, dst_relpath, scratch_pool));
2280 wcroot, dst_relpath, umb.dst_op_depth,
2309 nmb.dst_relpath = dst_relpath;
2317 SVN_ERR(update_moved_away_node(&nmb, wcroot, src_relpath, dst_relpath,
2322 dst_relpath, NULL, NULL,
2475 const char *dst_relpath,
2500 SVN_ERR(tc_incoming_editor_delete(nmb, dst_relpath, orig_kind,
2543 SVN_ERR(tc_editor_incoming_add_file(nmb, dst_relpath, orig_kind,
2550 SVN_ERR(tc_editor_incoming_add_directory(nmb, dst_relpath,
2575 SVN_ERR(tc_editor_update_incoming_moved_file(nmb, dst_relpath,
2587 SVN_ERR(tc_editor_alter_directory(nmb, dst_relpath,
2640 cnmb.dst_relpath = svn_relpath_join(dst_relpath, child_name,
2644 cnmb.dst_relpath, iterpool));
2666 const char *dst_relpath,
2681 SVN_ERR_ASSERT(svn_relpath_skip_ancestor(dst_relpath, local_relpath) == NULL);
2702 umb.dst_op_depth = relpath_depth(dst_relpath); /* virtual DST op-root */
2705 SVN_ERR(verify_write_lock(wcroot, dst_relpath, scratch_pool));
2710 dst_relpath,
2725 svn_dirent_join(wcroot->abspath, dst_relpath,
2730 SVN_ERR(suitable_for_move(wcroot, dst_relpath, scratch_pool));
2739 wcroot, dst_relpath,
2779 nmb.dst_relpath = dst_relpath;
2787 SVN_ERR(update_incoming_moved_node(&nmb, wcroot, local_relpath, dst_relpath,
3829 const char *dst_relpath,
3869 dst_relpath,
3882 src_root_relpath, dst_relpath,
3901 dst_relpath, NULL, NULL,
3914 const char *dst_relpath;
3950 bp->dst_relpath = svn_sqlite__column_text(stmt, 1, scratch_pool);
3980 src_wc_depth, bp->dst_relpath,
3984 SVN_ERR(bump_moved_away(wcroot, bp->dst_relpath,
3985 relpath_depth(bp->dst_relpath),
4184 const char *dst_relpath = svn_sqlite__column_text(stmt, 4, NULL);
4190 err = create_tree_conflict(&conflict, wcroot, src_relpath, dst_relpath,
4303 const char *dst_relpath = svn_sqlite__column_text(stmt, 4, NULL);
4310 err = verify_write_lock(wcroot, dst_relpath, iterpool);
4318 dst_relpath, NULL, iterpool));