Searched refs:committed_rev (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
H A Dload-fs-vtable.c1003 svn_revnum_t committed_rev;
1087 err = svn_fs_commit_txn(&conflict_msg, &committed_rev, rb->txn, rb->pool);
1088 if (SVN_IS_VALID_REVNUM(committed_rev))
1093 ### close_revision()'s API to allow both committed_rev and err
1111 committed_rev, txn_name,
1121 set_revision_mapping(pb->rev_map, rb->rev, committed_rev);
1143 SVN_ERR(svn_fs_deltify_revision(pb->fs, committed_rev, rb->pool));
1152 notify->new_revision = committed_rev;
1153 notify->old_revision = ((committed_rev == rb->rev)
1001 svn_revnum_t committed_rev; local
H A Ddelta.c482 svn_revnum_t committed_rev = SVN_INVALID_REVNUM;
488 SVN_ERR(svn_fs_node_created_rev(&committed_rev, c->target_root,
490 if (SVN_IS_VALID_REVNUM(committed_rev))
498 committed_rev);
502 SVN_ERR(svn_fs_revision_proplist(&r_props, fs, committed_rev,
474 svn_revnum_t committed_rev = SVN_INVALID_REVNUM; local
H A Drev_hunt.c154 svn_repos_get_committed_info(svn_revnum_t *committed_rev,
171 SVN_ERR(svn_fs_node_created_rev(committed_rev, root, path, pool));
174 SVN_ERR(svn_fs_revision_proplist(&revprops, fs, *committed_rev, pool));
153 svn_repos_get_committed_info(svn_revnum_t *committed_rev, const char **committed_date, const char **last_author, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
/freebsd-10-stable/contrib/subversion/subversion/svnrdump/
H A Dload_editor.c969 svn_revnum_t committed_rev = SVN_INVALID_REVNUM;
1015 committed_rev = get_revision_mapping(rb->pb->rev_map, rb->rev);
1019 committed_rev = 0;
1022 if (SVN_IS_VALID_REVNUM(committed_rev))
1028 SVN_ERR(svn_ra_change_rev_prop2(rb->pb->session, committed_rev,
1036 SVN_ERR(svn_ra_change_rev_prop2(rb->pb->session, committed_rev,
967 svn_revnum_t committed_rev = SVN_INVALID_REVNUM; local
/freebsd-10-stable/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c435 svn_revnum_t committed_rev;
940 sb->committed_rev = commit_info->revision;
1351 if (rb->sb->committed_rev != revision)
1355 rb->sb->committed_rev, revision);
434 svn_revnum_t committed_rev; member in struct:subcommand_baton_t
/freebsd-10-stable/contrib/subversion/subversion/include/
H A Dsvn_repos.h1679 * - set @a *committed_rev to the revision in which the object was
1690 svn_repos_get_committed_info(svn_revnum_t *committed_rev,

Completed in 129 milliseconds