Searched refs:new_rev (Results 1 - 24 of 24) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.h45 svn_revnum_t *new_rev, svn_fs_txn_t *txn,
H A Ddag.h284 svn_error_t *svn_fs_base__dag_commit_txn(svn_revnum_t *new_rev,
H A Ddag.c1585 svn_fs_base__dag_commit_txn(svn_revnum_t *new_rev,
1602 *new_rev = SVN_INVALID_REVNUM;
1603 SVN_ERR(svn_fs_bdb__put_rev(new_rev, fs, &revision, trail, pool));
1619 SVN_ERR(svn_fs_base__txn_make_committed(fs, txn_id, *new_rev,
1629 SVN_ERR(svn_fs_base__set_rev_prop(fs, *new_rev, SVN_PROP_REVISION_DATE,
1578 svn_fs_base__dag_commit_txn(svn_revnum_t *new_rev, svn_fs_txn_t *txn, trail_t *trail, apr_pool_t *pool) argument
H A Dtree.c2649 svn_revnum_t new_rev;
2653 /* Commit ARGS->txn, setting ARGS->new_rev to the resulting new
2659 * new revision is created, and ARGS->new_rev is not touched.
2721 return svn_fs_base__dag_commit_txn(&(args->new_rev), txn, trail,
2730 svn_revnum_t *new_rev,
2779 *new_rev = SVN_INVALID_REVNUM;
2865 *new_rev = commit_args.new_rev;
2639 svn_revnum_t new_rev; member in struct:commit_args
2719 svn_fs_base__commit_txn(const char **conflict_p, svn_revnum_t *new_rev, svn_fs_txn_t *txn, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dconflicts.c2798 svn_revnum_t new_rev;
2822 &new_repos_relpath, &new_rev, &new_kind, conflict,
2846 (old_rev < new_rev ? new_repos_relpath : old_repos_relpath);
2847 related_peg_rev = (old_rev < new_rev ? new_rev : old_rev);
2855 (old_rev < new_rev ? old_repos_relpath : new_repos_relpath),
2856 (old_rev < new_rev ? old_rev : new_rev),
2958 old_rev < new_rev
2980 old_rev < new_rev
2796 svn_revnum_t new_rev; local
3697 describe_incoming_deletion_upon_update( struct conflict_tree_incoming_delete_details *details, svn_node_kind_t victim_node_kind, svn_revnum_t old_rev, svn_revnum_t new_rev, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
3948 describe_incoming_reverse_addition_upon_update( struct conflict_tree_incoming_delete_details *details, svn_node_kind_t victim_node_kind, svn_revnum_t old_rev, svn_revnum_t new_rev, apr_pool_t *result_pool) argument
4027 describe_incoming_deletion_upon_switch( struct conflict_tree_incoming_delete_details *details, svn_node_kind_t victim_node_kind, const char *old_repos_relpath, svn_revnum_t old_rev, const char *new_repos_relpath, svn_revnum_t new_rev, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
4310 describe_incoming_reverse_addition_upon_switch( struct conflict_tree_incoming_delete_details *details, svn_node_kind_t victim_node_kind, const char *old_repos_relpath, svn_revnum_t old_rev, const char *new_repos_relpath, svn_revnum_t new_rev, apr_pool_t *result_pool) argument
4414 describe_incoming_deletion_upon_merge( struct conflict_tree_incoming_delete_details *details, svn_node_kind_t victim_node_kind, const char *old_repos_relpath, svn_revnum_t old_rev, const char *new_repos_relpath, svn_revnum_t new_rev, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
4678 describe_incoming_reverse_addition_upon_merge( struct conflict_tree_incoming_delete_details *details, svn_node_kind_t victim_node_kind, const char *old_repos_relpath, svn_revnum_t old_rev, const char *new_repos_relpath, svn_revnum_t new_rev, apr_pool_t *result_pool) argument
4793 svn_revnum_t new_rev; local
4931 get_incoming_delete_details_for_reverse_addition( struct conflict_tree_incoming_delete_details **details, const char *repos_root_url, const char *old_repos_relpath, svn_revnum_t old_rev, svn_revnum_t new_rev, svn_client_ctx_t *ctx, const char *victim_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
5091 svn_revnum_t new_rev; local
5288 svn_revnum_t new_rev; local
5481 describe_incoming_add_upon_update( struct conflict_tree_incoming_add_details *details, svn_node_kind_t new_node_kind, svn_revnum_t new_rev, apr_pool_t *result_pool) argument
5554 describe_incoming_add_upon_switch( struct conflict_tree_incoming_add_details *details, svn_node_kind_t victim_node_kind, const char *new_repos_relpath, svn_revnum_t new_rev, apr_pool_t *result_pool) argument
5641 describe_incoming_add_upon_merge( struct conflict_tree_incoming_add_details *details, svn_node_kind_t new_node_kind, svn_revnum_t old_rev, const char *new_repos_relpath, svn_revnum_t new_rev, apr_pool_t *result_pool) argument
5698 describe_incoming_reverse_deletion_upon_merge( struct conflict_tree_incoming_add_details *details, svn_node_kind_t new_node_kind, const char *old_repos_relpath, svn_revnum_t old_rev, svn_revnum_t new_rev, apr_pool_t *result_pool) argument
5777 svn_revnum_t new_rev; local
5970 svn_revnum_t new_rev; local
6057 describe_incoming_edit_upon_update(svn_revnum_t old_rev, svn_revnum_t new_rev, svn_node_kind_t old_node_kind, svn_node_kind_t new_node_kind, apr_pool_t *result_pool) argument
6106 describe_incoming_edit_upon_switch(const char *new_repos_relpath, svn_revnum_t new_rev, svn_node_kind_t new_node_kind, apr_pool_t *result_pool) argument
6218 svn_revnum_t new_rev; local
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtree.h64 svn_revnum_t *new_rev,
H A Dtransaction.c3322 svn_revnum_t new_rev,
3366 svn_revnum_t new_rev,
3393 ft_ffd->youngest_rev_cache = new_rev;
3395 SVN_ERR(svn_fs_x__revision_root(&root, ft, new_rev, scratch_pool));
3396 SVN_ERR_ASSERT(root->is_txn_root == FALSE && root->rev == new_rev);
3397 SVN_ERR_ASSERT(ft_ffd->youngest_rev_cache == new_rev);
3694 svn_revnum_t new_rev,
3701 SVN_ERR(write_next_file(fs, new_rev, batch, scratch_pool));
3775 svn_revnum_t old_rev, new_rev;
3822 new_rev
3316 write_final_changed_path_info(apr_off_t *offset_p, apr_file_t *file, svn_fs_t *fs, svn_fs_x__txn_id_t txn_id, apr_hash_t *changed_paths, svn_revnum_t new_rev, apr_pool_t *scratch_pool) argument
3364 verify_as_revision_before_current_plus_plus(svn_fs_t *fs, svn_revnum_t new_rev, apr_pool_t *scratch_pool) argument
3692 bump_current(svn_fs_t *fs, svn_revnum_t new_rev, svn_fs_x__batch_fsync_t *batch, apr_pool_t *scratch_pool) argument
3774 svn_revnum_t old_rev, new_rev; local
[all...]
H A Dtree.c1127 svn_revnum_t *new_rev,
1183 *new_rev = SVN_INVALID_REVNUM;
1227 err = svn_fs_x__commit(new_rev, fs, txn, iterpool);
1119 svn_fs_x__commit_txn(const char **conflict_p, svn_revnum_t *new_rev, svn_fs_txn_t *txn, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.h54 svn_revnum_t *new_rev, svn_fs_txn_t *txn,
H A Dtransaction.c3459 svn_revnum_t new_rev,
3485 ft_ffd->youngest_rev_cache = new_rev;
3487 SVN_ERR(svn_fs_fs__revision_root(&root, ft, new_rev, pool));
3488 SVN_ERR_ASSERT(root->is_txn_root == FALSE && root->rev == new_rev);
3489 SVN_ERR_ASSERT(ft_ffd->youngest_rev_cache == new_rev);
3751 svn_revnum_t old_rev, new_rev;
3801 new_rev = old_rev + 1;
3810 SVN_ERR(write_final_rev(&new_root_id, proto_file, new_rev, cb->fs, root_id,
3826 new_rev, pool));
3852 if (ffd->max_files_per_dir && new_rev
3457 verify_before_commit(svn_fs_t *fs, svn_revnum_t new_rev, apr_pool_t *pool) argument
3750 svn_revnum_t old_rev, new_rev; local
[all...]
H A Dtree.c2235 svn_revnum_t *new_rev,
2291 *new_rev = SVN_INVALID_REVNUM;
2334 err = svn_fs_fs__commit(new_rev, fs, txn, iterpool);
2226 svn_fs_fs__commit_txn(const char **conflict_p, svn_revnum_t *new_rev, svn_fs_txn_t *txn, apr_pool_t *pool) argument
/freebsd-12-stable/usr.sbin/cpucontrol/
H A Damd10h.c107 uint32_t new_rev; local
285 new_rev = (uint32_t)msrargs.data;
286 if (new_rev != revision)
287 WARNX(0, "revision after update %#x", new_rev);
/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Ddiff-cmd.c327 svn_opt_revision_t old_rev, new_rev;
351 SVN_ERR(svn_opt_parse_path(&new_rev, &new_target,
354 if (new_rev.kind != svn_opt_revision_unspecified)
355 opt_state->end_revision = new_rev;
325 svn_opt_revision_t old_rev, new_rev; local
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_update_move.c2218 svn_revnum_t *new_rev,
2288 *new_rev = new_version.peg_rev;
2343 svn_revnum_t old_rev, new_rev; local
2359 &old_rev, &new_rev,
2367 SVN_ERR(svn_wc__db_update_move_list_notify(wcroot, old_rev, new_rev,
2382 notify->revision = new_rev;
2662 svn_revnum_t *new_rev,
2761 *new_rev = new_version.peg_rev;
2807 svn_revnum_t old_rev, new_rev; local
2821 SVN_WC__DB_WITH_TXN(update_incoming_move(&old_rev, &new_rev, d
2217 update_moved_away_conflict_victim(svn_revnum_t *old_rev, svn_revnum_t *new_rev, svn_wc__db_t *db, svn_wc__db_wcroot_t *wcroot, const char *local_relpath, const char *delete_relpath, svn_wc_operation_t operation, svn_wc_conflict_action_t action, svn_wc_conflict_reason_t reason, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
2661 update_incoming_move(svn_revnum_t *old_rev, svn_revnum_t *new_rev, svn_wc__db_t *db, svn_wc__db_wcroot_t *wcroot, const char *local_relpath, const char *dst_relpath, svn_wc_operation_t operation, svn_wc_conflict_action_t action, svn_wc_conflict_reason_t reason, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
3212 svn_revnum_t new_rev; local
3289 svn_revnum_t new_rev; local
3507 update_local_add(svn_revnum_t *new_rev, svn_wc__db_t *db, svn_wc__db_wcroot_t *wcroot, const char *local_relpath, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
3583 svn_revnum_t new_rev; local
3685 svn_revnum_t new_rev; local
[all...]
H A Dwc_db.h3195 svn_revnum_t new_rev,
H A Dwc_db.c12151 svn_revnum_t new_rev,
12178 || (SVN_IS_VALID_REVNUM(new_rev) && new_rev != node_revision))
12181 iprops, new_rev,
12236 revision as new_rev, then the server did not re-add it, nor
12240 child_info->revnum != new_rev))
12261 child_repos_relpath, new_rev,
14914 svn_revnum_t new_rev,
14928 new_rev,
14940 svn_revnum_t new_rev,
12143 bump_node_revision(svn_wc__db_wcroot_t *wcroot, const char *local_relpath, svn_wc__db_status_t node_status, svn_node_kind_t node_kind, svn_revnum_t node_revision, const char *node_repos_relpath, apr_int64_t new_repos_id, const char *new_repos_relpath, svn_revnum_t new_rev, svn_depth_t depth, apr_hash_t *exclude_relpaths, apr_hash_t *wcroot_iprops, svn_boolean_t is_root, svn_boolean_t skip_when_dir, svn_wc__db_t *db, apr_pool_t *scratch_pool) argument
14911 start_directory_update_txn(svn_wc__db_wcroot_t *wcroot, const char *local_relpath, const char *new_repos_relpath, svn_revnum_t new_rev, apr_pool_t *scratch_pool) argument
14937 svn_wc__db_temp_op_start_directory_update(svn_wc__db_t *db, const char *local_abspath, const char *new_repos_relpath, svn_revnum_t new_rev, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Dfs-wrap.c51 svn_revnum_t *new_rev,
62 *new_rev = SVN_INVALID_REVNUM;
94 err = svn_fs_commit_txn(conflict_p, new_rev, txn, pool);
95 if (! SVN_IS_VALID_REVNUM(*new_rev))
117 *new_rev, txn_name, pool)))
48 svn_repos_fs_commit_txn(const char **conflict_p, svn_repos_t *repos, svn_revnum_t *new_rev, svn_fs_txn_t *txn, apr_pool_t *pool) argument
H A Dcommit.c110 svn_revnum_t *new_rev;
109 svn_revnum_t *new_rev; member in struct:edit_baton
/freebsd-12-stable/contrib/subversion/subversion/svnserve/
H A Dserve.c69 svn_revnum_t *new_rev;
1344 *ccb->new_rev = commit_info->revision;
1490 svn_revnum_t new_rev;
1545 ccb.new_rev = &new_rev;
1562 svn_log__commit(new_rev, pool)));
1571 SVN_ERR(svn_fs_deltify_revision(b->repository->fs, new_rev, pool));
1578 new_rev, date, author, post_commit_err));
1581 SVN_ERR(svn_fs_deltify_revision(b->repository->fs, new_rev, pool));
68 svn_revnum_t *new_rev; member in struct:commit_callback_baton_t
1489 svn_revnum_t new_rev; local
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.c867 svn_fs_commit_txn(const char **conflict_p, svn_revnum_t *new_rev,
872 *new_rev = SVN_INVALID_REVNUM;
876 err = txn->vtable->commit(conflict_p, new_rev, txn, pool);
882 SVN_ERR_ASSERT_E(! (SVN_IS_VALID_REVNUM(*new_rev) && *conflict_p != NULL),
862 svn_fs_commit_txn(const char **conflict_p, svn_revnum_t *new_rev, svn_fs_txn_t *txn, apr_pool_t *pool) argument
H A Dfs-loader.h291 svn_error_t *(*commit)(const char **conflict_p, svn_revnum_t *new_rev,
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_fs.h1196 * storing that new revision number in @a *new_rev, and return zero.
1217 * If the commit fails for any reason, @a *new_rev is an invalid
1223 * examining the value of @a *new_rev upon this function's return. If
1233 * ### 1) err=NULL. conflict=NULL. new_rev is valid
1234 * ### 2) err=SVN_ERR_FS_CONFLICT. conflict is set. new_rev=SVN_INVALID_REVNUM
1235 * ### 3) err=!NULL. conflict=NULL. new_rev is valid
1236 * ### 4) err=!NULL. conflict=NULL. new_rev=SVN_INVALID_REVNUM
1240 * ### if *conflict_p is set (and SVN_ERR_FS_CONFLICT), then new_rev
1244 * ### *new_rev will always be initialized to SVN_INVALID_REVNUM, or
1250 svn_revnum_t *new_rev,
[all...]
H A Dsvn_repos.h2491 * *new_rev, not if svn_fs_commit_txn() returns an error, which can
2505 * @a conflict_p, @a new_rev, and @a txn are as in svn_fs_commit_txn().
2510 svn_revnum_t *new_rev,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c80 svn_revnum_t *new_rev;
1361 ccb->new_rev = NULL;
1367 * in the new_rev, committed_date, and committed_author values. */
79 svn_revnum_t *new_rev; member in struct:ra_svn_commit_callback_baton_t

Completed in 498 milliseconds