"Erik Huelsmann" <e.huelsmann@gmx.net> writes:
> > (But I'm curious: without this API, how would libsvn_repos know what
> > to add to the README after libsvn_fs does its creation dance?)
>
> What I meant to say is:
>
> - libsvn_repos creates README
> - libsvn_repos calls fs layer to do its creation/setup
> - libsvn_fs_{fs,base} adds text to the README already set up by libsvn_repos
> - the end.
>
> In this scheme libsvn_repos doesn't need to know about the internals of
> libsvn_fs_* to be able to add the text: it doesn't have to.
Yes, but libsvn_fs has to know about the internals of libsvn_repos --
because the README lives in the "repos" part of the repository, not in
the "fs" part. No matter how we cut it, if a single README is to
contain both generic repos information and specific fs information,
than there's going to be some inter-library groping going on, I think.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 21 03:39:44 2005