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

Re: svn commit: r957094 - in /subversion/trunk: ./ subversion/include/ subversion/libsvn_client/ subversion/libsvn_fs*/ subversion/libsvn_ra*/ ...

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Fri, 25 Jun 2010 16:08:22 -0400

Arfrever Frehtes Taifersar Arahesis wrote:
> I suggest to create libsvn_ra_util library (similar to libsvn_fs_util).
> The code of svn_ra_get_path_relative_to_root() would be moved to
> svn_ra__get_path_relative_to_root(), which would be defined in libsvn_ra_util.
> libsvn_ra and libsvn_ra_svn would be linked against libsvn_ra_util.
> libsvn_ra_svn would use svn_ra__get_path_relative_to_root().
> svn_ra_get_path_relative_to_root() would be defined in libsvn_ra and would
> wrap svn_ra__get_path_relative_to_root().

But svn_ra_get_path_relative_to_root() and
svn_ra_get_path_relative_to_session() call in the RA providers. So wouldn't
that make them dependent on libsvn_ra (another dependency cycle)?

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on 2010-06-25 22:09:04 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.