Searched refs:src_rev (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/include/private/ |
| H A D | svn_client_private.h | 390 svn_revnum_t src_rev, 414 svn_revnum_t src_rev,
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | mtcc.c | 61 svn_revnum_t src_rev; /* For ADD_DIR, ADD_FILE */ member 113 op->src_rev = SVN_INVALID_REVNUM; in mtcc_op_create() 234 *rev = op->src_rev; in get_origin() 284 *rev = op->src_rev; in get_origin() 567 op->src_rev = revision; in svn_client__mtcc_add_copy() 1232 cop->src_rev, in commit_directory() 1254 cop->src_rev, in commit_directory() 1311 item->copyfrom_rev = op->src_rev; in add_commit_items()
|
| H A D | copy.c | 2528 svn_revnum_t src_rev, in svn_client__repos_to_wc_copy_file() argument 2542 SVN_ERR(svn_ra_get_file(ra_session, src_rel, src_rev, in svn_client__repos_to_wc_copy_file() 2553 same_repositories ? src_rev : SVN_INVALID_REVNUM, in svn_client__repos_to_wc_copy_file() 2595 svn_revnum_t src_rev, in svn_client__repos_to_wc_copy_internal() argument 2617 src_url, src_rev, in svn_client__repos_to_wc_copy_internal() 2626 src_url, src_rev, in svn_client__repos_to_wc_copy_internal() 2642 svn_revnum_t src_rev, in svn_client__repos_to_wc_copy_by_editor() argument 2670 src_url, src_rev, in svn_client__repos_to_wc_copy_by_editor() 2678 src_url, src_rev, in svn_client__repos_to_wc_copy_by_editor()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | tree.c | 2593 svn_revnum_t commit_rev, src_rev, dst_rev; in history_prev() local 2716 src_rev = SVN_INVALID_REVNUM; in history_prev() 2746 src_rev = svn_fs_x__dag_get_copyfrom_rev(node); in history_prev() 2756 if (src_path && SVN_IS_VALID_REVNUM(src_rev)) in history_prev() 2768 src_path, src_rev, in history_prev()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | tree.c | 3865 svn_revnum_t commit_rev, src_rev, dst_rev; in history_prev() local 3985 src_rev = SVN_INVALID_REVNUM; in history_prev() 4014 SVN_ERR(svn_fs_fs__dag_get_copyfrom_rev(&src_rev, node)); in history_prev() 4024 if (src_path && SVN_IS_VALID_REVNUM(src_rev)) in history_prev() 4036 src_path, src_rev, in history_prev()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_base/ |
| H A D | tree.c | 4334 svn_revnum_t commit_rev, src_rev, dst_rev, revision = bhd->revision; in txn_body_history_prev() local 4429 src_rev = SVN_INVALID_REVNUM; in txn_body_history_prev() 4471 (&src_rev, fs, copy->src_txn_id, trail, trail->pool)); in txn_body_history_prev() 4487 if (src_path && SVN_IS_VALID_REVNUM(src_rev) && (src_rev >= commit_rev)) in txn_body_history_prev() 4498 src_path, src_rev, retpool); in txn_body_history_prev()
|