summaryrefslogtreecommitdiff
path: root/subversion/tests/libsvn_repos/dir-delta-editor.h
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2017-08-05 16:22:51 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2017-08-05 16:22:51 +0000
commitcf46733632c7279a9fd0fe6ce26f9185a4ae82a9 (patch)
treeda27775a2161723ef342e91af41a8b51fedef405 /subversion/tests/libsvn_repos/dir-delta-editor.h
parentbb0ef45f7c46b0ae221b26265ef98a768c33f820 (diff)
downloadsubversion-tarball-master.tar.gz
Diffstat (limited to 'subversion/tests/libsvn_repos/dir-delta-editor.h')
-rw-r--r--subversion/tests/libsvn_repos/dir-delta-editor.h13
1 files changed, 12 insertions, 1 deletions
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,