From cf46733632c7279a9fd0fe6ce26f9185a4ae82a9 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Sat, 5 Aug 2017 16:22:51 +0000 Subject: subversion-1.9.7 --- subversion/tests/libsvn_repos/dir-delta-editor.h | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'subversion/tests/libsvn_repos/dir-delta-editor.h') diff --git a/subversion/tests/libsvn_repos/dir-delta-editor.h b/subversion/tests/libsvn_repos/dir-delta-editor.h index 5e7e280..5c498f8 100644 --- a/subversion/tests/libsvn_repos/dir-delta-editor.h +++ b/subversion/tests/libsvn_repos/dir-delta-editor.h @@ -40,7 +40,18 @@ extern "C" { #endif /* __cplusplus */ - + +/* Get an editor that will edit an FS transaction via the libsvn_fs API. + * + * Set *EDITOR and *EDIT_BATON to a new editor that edits the subtree at + * PATH of the existing, open transaction TXN_ROOT in filesystem FS. + * + * Note: Related but more complex functions in the regular API include + * svn_fs__editor_create_for() and svn_repos_get_commit_editor*(). + * + * Note: The only connection with dir-deltas is that a test for dir-deltas + * was the first user of this editor. + */ svn_error_t * dir_delta_get_editor(const svn_delta_editor_t **editor, void **edit_baton, -- cgit v1.2.1