Home
last modified time | relevance | path

Searched refs:moved_from_abspath (Results 1 – 19 of 19) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/svn/
HDstatus.c304 if (status->moved_from_abspath && status->moved_to_abspath && in print_status()
305 strcmp(status->moved_from_abspath, status->moved_to_abspath) == 0) in print_status()
310 status->moved_from_abspath, in print_status()
319 else if (status->moved_from_abspath || status->moved_to_abspath) in print_status()
323 if (status->moved_from_abspath) in print_status()
326 status->moved_from_abspath, in print_status()
513 if (status->moved_from_abspath || status->moved_to_abspath) in svn_cl__print_status_xml()
517 if (status->moved_from_abspath) in svn_cl__print_status_xml()
520 status->moved_from_abspath, in svn_cl__print_status_xml()
HDinfo-cmd.c632 if (info->wc_info->moved_from_abspath) in print_info_xml()
637 info->wc_info->moved_from_abspath); in print_info_xml()
644 info->wc_info->moved_from_abspath); in print_info_xml()
848 if (info->wc_info->moved_from_abspath) in print_info()
852 info->wc_info->moved_from_abspath, in print_info()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
HDinfo.c66 if (info->moved_from_abspath) in svn_wc_info_dup()
67 new_info->moved_from_abspath = apr_pstrdup(pool, info->moved_from_abspath); in svn_wc_info_dup()
155 err = svn_wc__db_scan_moved(&wc_info->moved_from_abspath, in build_info_for_node()
165 wc_info->moved_from_abspath = NULL; in build_info_for_node()
HDdiff_editor.c751 const char *moved_from_abspath; in walk_local_nodes_diff() local
753 SVN_ERR(svn_wc__db_scan_moved(&moved_from_abspath, in walk_local_nodes_diff()
757 SVN_ERR_ASSERT(moved_from_abspath != NULL); in walk_local_nodes_diff()
761 moved_from_abspath); in walk_local_nodes_diff()
838 const char *moved_from_abspath; in walk_local_nodes_diff() local
840 SVN_ERR(svn_wc__db_scan_moved(&moved_from_abspath, in walk_local_nodes_diff()
844 SVN_ERR_ASSERT(moved_from_abspath != NULL); in walk_local_nodes_diff()
848 moved_from_abspath); in walk_local_nodes_diff()
1190 const char *moved_from_abspath; in svn_wc__diff_local_only_dir() local
1202 SVN_ERR(svn_wc__db_scan_moved(&moved_from_abspath, in svn_wc__diff_local_only_dir()
[all …]
HDnode.c1097 svn_wc__node_was_moved_here(const char **moved_from_abspath, in svn_wc__node_was_moved_here() argument
1106 if (moved_from_abspath) in svn_wc__node_was_moved_here()
1107 *moved_from_abspath = NULL; in svn_wc__node_was_moved_here()
1111 err = svn_wc__db_scan_moved(moved_from_abspath, NULL, NULL, in svn_wc__node_was_moved_here()
HDstatus.c359 const char *moved_from_abspath = NULL; in assemble_status() local
558 err = svn_wc__db_scan_moved(&moved_from_abspath, NULL, NULL, NULL, in assemble_status()
571 moved_from_abspath = NULL; in assemble_status()
691 stat->moved_from_abspath = moved_from_abspath; in assemble_status()
2964 if (orig_stat->moved_from_abspath) in svn_wc_dup_status3()
2965 new_stat->moved_from_abspath in svn_wc_dup_status3()
2966 = apr_pstrdup(pool, orig_stat->moved_from_abspath); in svn_wc_dup_status3()
HDdiff_local.c397 if (status->moved_from_abspath) in diff_status_callback()
401 status->moved_from_abspath); in diff_status_callback()
HDwc_db.h1373 const char *moved_from_abspath,
2797 svn_wc__db_scan_moved(const char **moved_from_abspath,
HDwc_db.c5268 const char *moved_from_abspath, in svn_wc__db_op_handle_move_back() argument
5286 moved_from_abspath); in svn_wc__db_op_handle_move_back()
12972 svn_wc__db_scan_moved(const char **moved_from_abspath, in svn_wc__db_scan_moved() argument
13002 moved_from_abspath in svn_wc__db_scan_moved()
13025 if (moved_from_abspath) in svn_wc__db_scan_moved()
13026 *moved_from_abspath = svn_dirent_join(wcroot->abspath, moved_from_relpath, in svn_wc__db_scan_moved()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
HDstatus.c756 if (status->moved_from_abspath) in svn_client_status_dup()
757 st->moved_from_abspath = in svn_client_status_dup()
758 apr_pstrdup(result_pool, status->moved_from_abspath); in svn_client_status_dup()
851 (*cst)->moved_from_abspath = status->moved_from_abspath; in svn_client__create_status()
HDutil.c179 if (new_item->moved_from_abspath) in svn_client_commit_item3_dup()
180 new_item->moved_from_abspath = apr_pstrdup(pool, in svn_client_commit_item3_dup()
181 new_item->moved_from_abspath); in svn_client_commit_item3_dup()
HDcommit_util.c202 const char *moved_from_abspath, in add_committable() argument
249 if (moved_from_abspath) in add_committable()
250 new_item->moved_from_abspath = apr_pstrdup(result_pool, in add_committable()
251 moved_from_abspath); in add_committable()
579 const char *moved_from_abspath = NULL; in harvest_status_callback() local
760 if (status->moved_from_abspath && !copy_mode) in harvest_status_callback()
763 moved_from_abspath = status->moved_from_abspath; in harvest_status_callback()
874 moved_from_abspath, in harvest_status_callback()
HDcommit.c797 const char *moved_from_abspath; in svn_client_commit6() local
801 &moved_from_abspath, in svn_client_commit6()
808 if (moved_from_abspath && delete_op_root_abspath) in svn_client_commit6()
HDpatch.c1140 const char *moved_from_abspath; in init_patch_target() local
1142 err = svn_wc__node_was_moved_here(&moved_from_abspath, NULL, in init_patch_target()
1151 moved_from_abspath = NULL; in init_patch_target()
1156 if (moved_from_abspath && (strcmp(moved_from_abspath, in init_patch_target()
HDconflicts.c1258 const char *moved_from_abspath; in describe_local_file_node_change() local
1260 SVN_ERR(svn_wc__node_was_moved_here(&moved_from_abspath, NULL, in describe_local_file_node_change()
1268 if (moved_from_abspath == NULL) in describe_local_file_node_change()
1291 moved_from_abspath), in describe_local_file_node_change()
1297 if (moved_from_abspath == NULL) in describe_local_file_node_change()
1324 moved_from_abspath), in describe_local_file_node_change()
1484 const char *moved_from_abspath; in describe_local_dir_node_change() local
1486 SVN_ERR(svn_wc__node_was_moved_here(&moved_from_abspath, NULL, in describe_local_dir_node_change()
1494 if (moved_from_abspath == NULL) in describe_local_dir_node_change()
1517 moved_from_abspath), in describe_local_dir_node_change()
[all …]
HDmerge.c1355 const char *moved_from_abspath; in record_tree_conflict() local
1356 SVN_ERR(svn_wc__node_was_moved_here(&moved_from_abspath, NULL, in record_tree_conflict()
1359 if (moved_from_abspath) in record_tree_conflict()
/freebsd-13-stable/contrib/subversion/subversion/include/private/
HDsvn_wc_private.h1241 svn_wc__node_was_moved_here(const char **moved_from_abspath,
/freebsd-13-stable/contrib/subversion/subversion/include/
HDsvn_wc.h3286 const char *moved_from_abspath; member
3844 const char *moved_from_abspath; member
HDsvn_client.h535 const char *moved_from_abspath; member
2515 const char *moved_from_abspath; member