Hi All,
I have been taking a peek at ev2 code to see what it would take for JavaHL
implementation and I have following questions that do not seem do be covered
by the docs:
* svn_ra__get_commit_ev2() takes svn_cancel_func_t as a parameter, however
session already has a cancellation callback specified in the
svn_ra_callbacks2_t structure. What is the relationship between the two?
Is one of these going away?
* svn_editor_add_directory() function requires that
"const apr_array_header_t *children" and "apr_hash_t *props" parameters
cannot be NULL, instead an empty structure should be passed. However,
svn_editor_alter_directory() permits the same parameters to be NULL.
What is the reason for this difference?
Thank you,
Vladimir