[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Ev2 design questions

From: Vladimir Berezniker <vmpn_at_hitechman.com>
Date: Sun, 24 Jun 2012 20:09:23 -0400

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
Received on 2012-06-25 02:09:59 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.