| /NextBSD/contrib/subversion/subversion/svn/ |
| HD | status.c | 305 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()
|
| HD | info-cmd.c | 347 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/ |
| HD | info.c | 66 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()
|
| HD | node.c | 1096 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()
|
| HD | status.c | 358 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()
|
| HD | wc_db.h | 1373 const char *moved_from_abspath, 2792 svn_wc__db_scan_moved(const char **moved_from_abspath,
|
| HD | wc_db.c | 5271 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/ |
| HD | status.c | 676 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()
|
| HD | util.c | 178 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()
|
| HD | commit_util.c | 202 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()
|
| HD | commit.c | 702 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()
|
| HD | merge.c | 1361 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/ |
| HD | svn_wc_private.h | 1187 svn_wc__node_was_moved_here(const char **moved_from_abspath,
|
| /NextBSD/contrib/subversion/subversion/include/ |
| HD | svn_client.h | 535 const char *moved_from_abspath; member 2445 const char *moved_from_abspath; member
|
| HD | svn_wc.h | 3252 const char *moved_from_abspath; member 3810 const char *moved_from_abspath; member
|