Home
last modified time | relevance | path

Searched refs:commit_editor (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/subversion/subversion/svnrdump/
HDload_editor.c54 const svn_delta_editor_t *commit_editor; member
427 rb->pb->commit_editor = NULL; in new_revision_record()
499 const struct svn_delta_editor_t *commit_editor = rb->pb->commit_editor; in new_node_record() local
517 if (!commit_editor) in new_node_record()
531 SVN_ERR(svn_ra_get_commit_editor3(rb->pb->session, &commit_editor, in new_node_record()
536 rb->pb->commit_editor = commit_editor; in new_node_record()
539 SVN_ERR(commit_editor->open_root(commit_edit_baton, in new_node_record()
608 SVN_ERR(commit_editor->close_directory(rb->db->baton, rb->pool)); in new_node_record()
618 SVN_ERR(commit_editor->open_directory(relpath_compose, in new_node_record()
662 SVN_ERR(commit_editor->delete_entry(nb->path, in new_node_record()
[all …]
/NextBSD/contrib/subversion/subversion/svnsync/
HDsvnsync.c1242 const svn_delta_editor_t *commit_editor; in replay_rev_started() local
1301 SVN_ERR(svn_ra_get_commit_editor3(rb->to_session, &commit_editor, in replay_rev_started()
1310 SVN_ERR(svnsync_get_sync_editor(commit_editor, commit_baton, revision - 1, in replay_rev_started()