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

Re: [PATCH][merge-tracking]expose txn_mergeinfo for libsvn_fs_util to consume.

From: Daniel Rall <dlr_at_collab.net>
Date: 2006-09-18 19:39:12 CEST

On Mon, 18 Sep 2006, Kamesh Jayachandran wrote:
...
> http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgNo=119803
> I am posting the libsvn_fs_util patch in 2 parts after incorporating the
> review comments.
>
> This is the first part.
..
> Expose txn_mergeinfo so that libsvn_fs_util module can consume
> and index the mergeinfo.
>
> * subversion/libsvn_fs/fs-loader.h
> (struct txn_vtable_t):
> Add 'txn_mergeinfo' hook.
>
> * subversion/libsvn_fs_base/revs-txns.c
> (txn_vtable):
> Set 'NULL' as placeholder for 'txn_mergeinfo' hook.
>
> * subversion/libsvn_fs_fs/fs_fs.c
> (txn_vtable):
> Set 'svn_fs_fs__txn_mergeinfo' for 'txn_mergeinfo' hook.

Hi Kamesh. I committed a slightly tweaked version of your patch in
r21528, which calls the hook on the txn_vtable_t structure
"get_mergeinfo" instead of "txn_mergeinfo" (which is already implied
by being an API of that structure, and more in line with other APIs on
it).

  • application/pgp-signature attachment: stored
Received on Mon Sep 18 19:40:39 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.