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

Re: [PATCH v2] Add svnrdump

From: Jonathan Nieder <jrnieder_at_gmail.com>
Date: Wed, 14 Jul 2010 12:47:16 -0500

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.
Received on 2010-07-14 19:48:46 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.