Erik Johansson <erik@ejohansson.se>


Patch
r1054513

r1054513 | danielsh | 2011-01-03 01:22:28 +0000 (Mon, 03 Jan 2011)

Update the documentation for svn_repos_node_editor() and friends to
mention all drivers that can be used to drive the editor.

As r846201 added svn_repos_replay() as a "replacement not so much
for svn_repos_dir_delta, but for at least a whole class of
functionality that svn_repos_dir_delta was never intended to
handle."  Also add a note that svn_repos_replay2() is the preferred
driver.

See this thread:
http://mid.gmane.org/AANLkTimPcE6H16HnbAxb7kRCxJXO_3NZ-FSrUdzLwtpw@mail.gmail.com

* subversion/include/svn_repos.h
  (svn_repos_node_editor, svn_repos_node_from_baton): Update docstrings.
  (@defgroup svn_repos_inspection): Update documentation.

Patch by: Erik Johansson <erik@ejohansson.se>
(tweaked by me)