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

Re: Cannot determine fs type from svn_fs_t

From: Daniel Rall <dlr_at_collab.net>
Date: 2007-06-14 17:42:09 CEST

On Thu, 14 Jun 2007, Blair Zajac wrote:
...
> What should we call this new function, since svn_fs_type is already
> taken? svn_fs_backend_type? I wouldn't want to use svn_fs_fs_type
> since that sounds like an fsfs related function.

I wouldn't introduce a new API, but instead cache the type in a field
in the svn_fs_t structure, and avoid I/O when svn_fs_type() is called
on a svn_fs_t which already has the value filled in for its type field.

  • application/pgp-signature attachment: stored
Received on Thu Jun 14 17:45:50 2007

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.