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

Re: svn commit: r21528 - in branches/merge-tracking/subversion: libsvn_fs libsvn_fs_base libsvn_fs_fs

From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2006-09-18 20:14:37 CEST

On Mon, Sep 18, 2006 at 10:38:25AM -0700, dlr@tigris.org wrote:
> const svn_string_t *value, apr_pool_t *pool);
> svn_error_t *(*root)(svn_fs_root_t **root_p, svn_fs_txn_t *txn,
> apr_pool_t *pool);
> + svn_error_t *(*get_mergeinfo)(apr_hash_t **minfoprops, svn_fs_txn_t *txn,
> + apr_pool_t *pool);
> } txn_vtable_t;

Will we be adding a function to svn_fs.h - presumably named something
like svn_fs_txn_mergeinfo()? - that allows external callers to call this
vtable entry? (I'm slightly surprised that we didn't include it in this
commit, actually, since that would be the ideal place to document what
this call actually does).

Regards,
Malcolm

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 18 20:14:56 2006

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.