Searched refs:commit_rev (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/subversion/subversion/svn/ |
| H A D | status.c | 393 const char *commit_rev; in print_status() local 397 commit_rev = apr_psprintf(pool, "%ld", status->changed_rev); in print_status() 399 commit_rev = " ? "; in print_status() 401 commit_rev = ""; in print_status() 422 commit_rev, in print_status()
|
| /freebsd-12.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 2628 commit_rev = svn_fs_x__get_revnum(noderev->predecessor_id.change_set); in history_prev() 2629 if (commit_rev > fhd->next_copy) in history_prev() 2634 commit_rev, TRUE, NULL, in history_prev() 2668 commit_rev = svn_fs_x__dag_get_revision(node); in history_prev() 2678 if (revision == commit_rev) in history_prev() 2685 commit_rev, TRUE, NULL, in history_prev() 2705 commit_rev = svn_fs_x__dag_get_revision(node); in history_prev() 2719 if (copyroot_rev > commit_rev) in history_prev() 2777 *prev_history = assemble_history(fs, commit_path, commit_rev, TRUE, in history_prev()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | tree.c | 3840 svn_revnum_t commit_rev, src_rev, dst_rev; in history_prev() local 3875 commit_rev = svn_fs_fs__id_rev(noderev->predecessor_id); in history_prev() 3876 if (commit_rev > fhd->next_copy) in history_prev() 3881 commit_rev, TRUE, NULL, in history_prev() 3914 SVN_ERR(svn_fs_fs__dag_get_revision(&commit_rev, node, scratch_pool)); in history_prev() 3923 if (revision == commit_rev) in history_prev() 3930 commit_rev, TRUE, NULL, in history_prev() 3949 SVN_ERR(svn_fs_fs__dag_get_revision(&commit_rev, node, scratch_pool)); in history_prev() 3963 if (copyroot_rev > commit_rev) in history_prev() 4020 *prev_history = assemble_history(fs, commit_path, commit_rev, TRUE, in history_prev()
|
| /freebsd-12.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 4378 SVN_ERR(svn_fs_base__dag_get_revision(&commit_rev, node, in txn_body_history_prev() 4388 if (revision == commit_rev) in txn_body_history_prev() 4396 commit_rev, TRUE, NULL, in txn_body_history_prev() 4418 SVN_ERR(svn_fs_base__dag_get_revision(&commit_rev, node, in txn_body_history_prev() 4487 if (src_path && SVN_IS_VALID_REVNUM(src_rev) && (src_rev >= commit_rev)) in txn_body_history_prev() 4503 commit_rev, TRUE, NULL, in txn_body_history_prev()
|