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

/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dstatus.c306 if (status->moved_from_abspath && status->moved_to_abspath &&
307 strcmp(status->moved_from_abspath, status->moved_to_abspath) == 0)
312 status->moved_from_abspath,
321 else if (status->moved_from_abspath || status->moved_to_abspath)
325 if (status->moved_from_abspath)
328 status->moved_from_abspath,
515 if (status->moved_from_abspath || status->moved_to_abspath)
519 if (status->moved_from_abspath)
522 status->moved_from_abspath,
H A Dinfo-cmd.c634 if (info->wc_info->moved_from_abspath)
639 info->wc_info->moved_from_abspath);
646 info->wc_info->moved_from_abspath);
850 if (info->wc_info->moved_from_abspath)
854 info->wc_info->moved_from_abspath,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dinfo.c67 if (info->moved_from_abspath)
68 new_info->moved_from_abspath = apr_pstrdup(pool, info->moved_from_abspath);
156 err = svn_wc__db_scan_moved(&wc_info->moved_from_abspath,
166 wc_info->moved_from_abspath = NULL;
H A Ddiff_editor.c752 const char *moved_from_abspath;
754 SVN_ERR(svn_wc__db_scan_moved(&moved_from_abspath,
758 SVN_ERR_ASSERT(moved_from_abspath != NULL);
762 moved_from_abspath);
839 const char *moved_from_abspath;
841 SVN_ERR(svn_wc__db_scan_moved(&moved_from_abspath,
845 SVN_ERR_ASSERT(moved_from_abspath != NULL);
849 moved_from_abspath);
1191 const char *moved_from_abspath;
1203 SVN_ERR(svn_wc__db_scan_moved(&moved_from_abspath,
751 const char *moved_from_abspath; local
838 const char *moved_from_abspath; local
1190 const char *moved_from_abspath; local
1324 const char *moved_from_abspath; local
[all...]
H A Ddiff_local.c398 if (status->moved_from_abspath)
402 status->moved_from_abspath);
H A Dnode.c1099 svn_wc__node_was_moved_here(const char **moved_from_abspath,
1108 if (moved_from_abspath)
1109 *moved_from_abspath = NULL;
1113 err = svn_wc__db_scan_moved(moved_from_abspath, NULL, NULL,
1097 svn_wc__node_was_moved_here(const char **moved_from_abspath, const char **delete_op_root_abspath, svn_wc_context_t *wc_ctx, const char *local_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Dstatus.c362 const char *moved_from_abspath = NULL;
561 err = svn_wc__db_scan_moved(&moved_from_abspath, NULL, NULL, NULL,
574 moved_from_abspath = NULL;
694 stat->moved_from_abspath = moved_from_abspath;
2971 if (orig_stat->moved_from_abspath)
2972 new_stat->moved_from_abspath
2973 = apr_pstrdup(pool, orig_stat->moved_from_abspath);
359 const char *moved_from_abspath = NULL; local
H A Dwc_db.h1373 const char *moved_from_abspath,
2797 svn_wc__db_scan_moved(const char **moved_from_abspath,
H A Dwc_db.c5268 const char *moved_from_abspath,
5286 moved_from_abspath);
12972 svn_wc__db_scan_moved(const char **moved_from_abspath, argument
13002 moved_from_abspath
13025 if (moved_from_abspath)
13026 *moved_from_abspath = svn_dirent_join(wcroot->abspath, moved_from_relpath,
5265 svn_wc__db_op_handle_move_back(svn_boolean_t *moved_back, svn_wc__db_t *db, const char *local_abspath, const char *moved_from_abspath, const svn_skel_t *work_items, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dstatus.c759 if (status->moved_from_abspath)
760 st->moved_from_abspath =
761 apr_pstrdup(result_pool, status->moved_from_abspath);
854 (*cst)->moved_from_abspath = status->moved_from_abspath;
H A Dutil.c179 if (new_item->moved_from_abspath)
180 new_item->moved_from_abspath = apr_pstrdup(pool,
181 new_item->moved_from_abspath);
H A Dcommit_util.c203 const char *moved_from_abspath,
250 if (moved_from_abspath)
251 new_item->moved_from_abspath = apr_pstrdup(result_pool,
252 moved_from_abspath);
537 NULL /* moved_from_abspath */,
580 const char *moved_from_abspath = NULL;
761 if (status->moved_from_abspath && !copy_mode)
764 moved_from_abspath = status->moved_from_abspath;
875 moved_from_abspath,
194 add_committable(svn_client__committables_t *committables, const char *local_abspath, svn_node_kind_t kind, const char *repos_root_url, const char *repos_relpath, svn_revnum_t revision, const char *copyfrom_relpath, svn_revnum_t copyfrom_rev, const char *moved_from_abspath, apr_byte_t state_flags, apr_hash_t *lock_tokens, const svn_lock_t *lock, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
579 const char *moved_from_abspath = NULL; local
[all...]
H A Dcommit.c798 /* ### item->moved_from_abspath contains the move origin */
799 const char *moved_from_abspath;
803 &moved_from_abspath,
810 if (moved_from_abspath && delete_op_root_abspath)
797 const char *moved_from_abspath; local
H A Dpatch.c1141 const char *moved_from_abspath;
1143 err = svn_wc__node_was_moved_here(&moved_from_abspath, NULL,
1152 moved_from_abspath = NULL;
1157 if (moved_from_abspath && (strcmp(moved_from_abspath,
1140 const char *moved_from_abspath; local
H A Dconflicts.c1260 const char *moved_from_abspath;
1262 SVN_ERR(svn_wc__node_was_moved_here(&moved_from_abspath, NULL,
1270 if (moved_from_abspath == NULL)
1293 moved_from_abspath),
1299 if (moved_from_abspath == NULL)
1326 moved_from_abspath),
1486 const char *moved_from_abspath;
1488 SVN_ERR(svn_wc__node_was_moved_here(&moved_from_abspath, NULL,
1496 if (moved_from_abspath == NULL)
1519 moved_from_abspath),
1258 const char *moved_from_abspath; local
1484 const char *moved_from_abspath; local
[all...]
H A Dmerge.c1359 const char *moved_from_abspath;
1360 SVN_ERR(svn_wc__node_was_moved_here(&moved_from_abspath, NULL,
1363 if (moved_from_abspath)
1355 const char *moved_from_abspath; local
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_wc_private.h1241 svn_wc__node_was_moved_here(const char **moved_from_abspath,
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_client.h536 const char *moved_from_abspath;
2517 const char *moved_from_abspath;
535 const char *moved_from_abspath; member in struct:svn_client_commit_item3_t
2515 const char *moved_from_abspath; member in struct:svn_client_status_t
H A Dsvn_wc.h3293 const char *moved_from_abspath;
3852 const char *moved_from_abspath;
3286 const char *moved_from_abspath; member in struct:svn_wc_info_t
3844 const char *moved_from_abspath; member in struct:svn_wc_status3_t

Completed in 586 milliseconds