C. Michael Pilato wrote:

> Revprops aren't handled by the replay API for any revision.

Hmm?  What is the rev_props argument to the

typedef svn_error_t (*svn_ra_replay_revstart_callback_t)(
                                svn_revnum_t revision,
                                void *replay_baton,
                                const svn_delta_editor_t **editor,
                                void **edit_baton,
                                apr_hash_t *rev_props,
                                apr_pool_t *pool)

callback for, then?

Using svn_ra_rev_prop() for rev 0 does seem simple enough, though.

Reply via email to