Searched refs:new_revision (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Dcommit.c807 svn_revnum_t new_revision = SVN_INVALID_REVNUM;
821 &new_revision, eb->txn, pool);
823 if (SVN_IS_VALID_REVNUM(new_revision))
883 new_revision,
804 svn_revnum_t new_revision = SVN_INVALID_REVNUM; local
H A Ddeprecated.c731 notify->new_revision));
738 ") >>>\n\n"), notify->new_revision,
H A Dload-fs-vtable.c1184 notify->new_revision = committed_rev;
1411 notify->new_revision = rb->rev;
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_private.h534 svn_revnum_t new_revision,
H A Dwc_db.h2536 svn_revnum_t new_revision,
2580 svn_revnum_t new_revision,
2637 svn_revnum_t new_revision,
H A Dwc_db.c11659 svn_revnum_t new_revision,
11828 repos_id, repos_relpath, new_revision,
11842 repos_id, repos_relpath, new_revision,
11879 new_revision,
11909 ibb.revision = new_revision;
11971 svn_revnum_t new_revision,
11986 SVN_ERR_ASSERT(SVN_IS_VALID_REVNUM(new_revision));
11994 new_revision, changed_revision, changed_date, changed_author,
12011 svn_revnum_t new_revision,
12033 SVN_ERR_ASSERT(SVN_IS_VALID_REVNUM(new_revision));
11657 commit_node(svn_wc__db_wcroot_t *wcroot, const char *local_relpath, svn_revnum_t new_revision, svn_revnum_t changed_rev, apr_time_t changed_date, const char *changed_author, const svn_checksum_t *new_checksum, apr_hash_t *new_dav_cache, svn_boolean_t keep_changelist, svn_boolean_t no_unlock, const svn_skel_t *work_items, apr_pool_t *scratch_pool) argument
11969 svn_wc__db_global_commit(svn_wc__db_t *db, const char *local_abspath, svn_revnum_t new_revision, svn_revnum_t changed_revision, apr_time_t changed_date, const char *changed_author, const svn_checksum_t *new_checksum, apr_hash_t *new_dav_cache, svn_boolean_t keep_changelist, svn_boolean_t no_unlock, const svn_skel_t *work_items, apr_pool_t *scratch_pool) argument
12007 svn_wc__db_global_update(svn_wc__db_t *db, const char *local_abspath, svn_node_kind_t new_kind, const char *new_repos_relpath, svn_revnum_t new_revision, const apr_hash_t *new_props, svn_revnum_t new_changed_rev, apr_time_t new_changed_date, const char *new_changed_author, const apr_array_header_t *new_children, const svn_checksum_t *new_checksum, const char *new_target, const apr_hash_t *new_dav_cache, const svn_skel_t *conflict, const svn_skel_t *work_items, apr_pool_t *scratch_pool) argument
12278 bump_revisions_post_update(svn_wc__db_wcroot_t *wcroot, const char *local_relpath, svn_wc__db_t *db, svn_depth_t depth, const char *new_repos_relpath, const char *new_repos_root_url, const char *new_repos_uuid, svn_revnum_t new_revision, apr_hash_t *exclude_relpaths, apr_hash_t *wcroot_iprops, svn_boolean_t empty_update, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *scratch_pool) argument
12352 svn_wc__db_op_bump_revisions_post_update(svn_wc__db_t *db, const char *local_abspath, svn_depth_t depth, const char *new_repos_relpath, const char *new_repos_root_url, const char *new_repos_uuid, svn_revnum_t new_revision, apr_hash_t *exclude_relpaths, apr_hash_t *wcroot_iprops, svn_boolean_t empty_update, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *scratch_pool) argument
[all...]
H A Dwc_db_update_move.c335 svn_revnum_t new_revision,
370 notify->revision = new_revision;
333 svn_wc__db_update_move_list_notify(svn_wc__db_wcroot_t *wcroot, svn_revnum_t old_revision, svn_revnum_t new_revision, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *scratch_pool) argument
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_types.h1033 svn_revnum_t new_revision,
H A Dsvn_repos.h340 svn_revnum_t new_revision;
343 different from @a new_revision, otherwise #SVN_INVALID_REVNUM.
339 svn_revnum_t new_revision; member in struct:svn_repos_notify_t
/freebsd-12-stable/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c1136 notify->new_revision));
1143 ") >>>\n\n"), notify->new_revision,
1283 notify->new_revision));

Completed in 302 milliseconds