[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] libsvn_fs_util

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2006-09-08 16:46:57 CEST

Malcolm Rowe wrote:
> On Thu, Sep 07, 2006 at 08:11:33PM +0530, Kamesh Jayachandran wrote:
>
>> Move mergeinfo indexing code out of libsvn_fs_fs to libsvn_fs_util(new module)
>> so that it can be reused by bdb repos.
>>
>>
>
> It occurs to me that if you're creating a new utility library for
> the filesystem implementations to use then we would want to consider
> whether it's intended to be private (solely used by the filesystem
> implementations) or public (usable by anyone). For example, should
> users be able to call functions in it directly?
>
Currently it is meant to be consumed by libsvn_fs_fs and libsvn_fs_base.
How can I make it private only to 'libsvn_fs_fs' and 'libsvn_fs_base'?
> I'd suggest that we'd just be adding complexity if we made this a
> publicly-accessible library: we'd have to support a whole new set of
> interfaces in a binary-compatible fashion. On the other hand, if we
> make it private, we can change the implementation at will.
>
> It looks like you're planning to make it private, since you aren't
> installing a public include file. I'd just like to make sure that that's
> a deliberate choice rather than an accident of the current design.
>
It is an accident, I did not think about the BC issues and visiblity of
this libs to other modules other than libsvn_fs_fs and libsvn_fs_base.
> I also wonder whether we really want to install a new shared library -
> it might be better to compile libsvn_fs_util as a static library and
> link it into both libsvn_fs implementations. That might require some
> changes to the build generator, though.
>
> If we do keep it as a shared library, you'll need to add version checks
> (i.e. svn_ver_check_list()) to it, and also add it to the existing checks
> in libsvn_fs_{base,fs}. If we make it static, that won't be necessary.
>
> Finally, while I prefer the 'util' name, I wonder whether it'd be better
> to call it something like 'libsvn_fs_subr' for parity with 'libsvn_subr'.
>
>
Sounds good.
> [The really important question - whether this change actually makes sense
> in the context of the merge-tracking work - I'll leave to someone with
> more experience of that code.]
>
> Regards,
> Malcolm
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Sep 8 17:24:26 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.