Home
last modified time | relevance | path

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

/NextBSD/contrib/subversion/subversion/svn/
HDstatus.c305 if (status->moved_from_abspath && status->moved_to_abspath && in print_status()
306 strcmp(status->moved_from_abspath, status->moved_to_abspath) == 0) in print_status()
311 status->moved_from_abspath, in print_status()
320 else if (status->moved_from_abspath || status->moved_to_abspath) in print_status()
324 if (status->moved_from_abspath) in print_status()
327 status->moved_from_abspath, in print_status()
514 if (status->moved_from_abspath || status->moved_to_abspath) in svn_cl__print_status_xml()
518 if (status->moved_from_abspath) in svn_cl__print_status_xml()
521 status->moved_from_abspath, in svn_cl__print_status_xml()
HDinfo-cmd.c347 if (info->wc_info->moved_from_abspath) in print_info_xml()
352 info->wc_info->moved_from_abspath); in print_info_xml()
359 info->wc_info->moved_from_abspath); in print_info_xml()
544 if (info->wc_info->moved_from_abspath) in print_info()
548 info->wc_info->moved_from_abspath, in print_info()
/NextBSD/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()
HDnode.c1096 svn_wc__node_was_moved_here(const char **moved_from_abspath, in svn_wc__node_was_moved_here() argument
1105 if (moved_from_abspath) in svn_wc__node_was_moved_here()
1106 *moved_from_abspath = NULL; in svn_wc__node_was_moved_here()
1110 err = svn_wc__db_scan_moved(moved_from_abspath, NULL, NULL, in svn_wc__node_was_moved_here()
HDstatus.c358 const char *moved_from_abspath = NULL; in assemble_status() local
557 err = svn_wc__db_scan_moved(&moved_from_abspath, NULL, NULL, NULL, in assemble_status()
570 moved_from_abspath = NULL; in assemble_status()
688 stat->moved_from_abspath = moved_from_abspath; in assemble_status()
2958 if (orig_stat->moved_from_abspath) in svn_wc_dup_status3()
2959 new_stat->moved_from_abspath in svn_wc_dup_status3()
2960 = apr_pstrdup(pool, orig_stat->moved_from_abspath); in svn_wc_dup_status3()
HDwc_db.h1373 const char *moved_from_abspath,
2792 svn_wc__db_scan_moved(const char **moved_from_abspath,
HDwc_db.c5271 const char *moved_from_abspath, in svn_wc__db_op_handle_move_back() argument
5289 moved_from_abspath); in svn_wc__db_op_handle_move_back()
13024 svn_wc__db_scan_moved(const char **moved_from_abspath, in svn_wc__db_scan_moved() argument
13054 moved_from_abspath in svn_wc__db_scan_moved()
13077 if (moved_from_abspath) in svn_wc__db_scan_moved()
13078 *moved_from_abspath = svn_dirent_join(wcroot->abspath, moved_from_relpath, in svn_wc__db_scan_moved()
/NextBSD/contrib/subversion/subversion/libsvn_client/
HDstatus.c676 if (status->moved_from_abspath) in svn_client_status_dup()
677 st->moved_from_abspath = in svn_client_status_dup()
678 apr_pstrdup(result_pool, status->moved_from_abspath); in svn_client_status_dup()
771 (*cst)->moved_from_abspath = status->moved_from_abspath; in svn_client__create_status()
HDutil.c178 if (new_item->moved_from_abspath) in svn_client_commit_item3_dup()
179 new_item->moved_from_abspath = apr_pstrdup(pool, in svn_client_commit_item3_dup()
180 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.c702 const char *moved_from_abspath; in svn_client_commit6() local
706 &moved_from_abspath, in svn_client_commit6()
713 if (moved_from_abspath && delete_op_root_abspath) in svn_client_commit6()
HDmerge.c1361 const char *moved_from_abspath; in record_tree_conflict() local
1362 SVN_ERR(svn_wc__node_was_moved_here(&moved_from_abspath, NULL, in record_tree_conflict()
1365 if (moved_from_abspath) in record_tree_conflict()
/NextBSD/contrib/subversion/subversion/include/private/
HDsvn_wc_private.h1187 svn_wc__node_was_moved_here(const char **moved_from_abspath,
/NextBSD/contrib/subversion/subversion/include/
HDsvn_client.h535 const char *moved_from_abspath; member
2445 const char *moved_from_abspath; member
HDsvn_wc.h3252 const char *moved_from_abspath; member
3810 const char *moved_from_abspath; member