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

Re: The right library...to get info about a directory

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-11-09 05:50:10 CET

On Sat, 2003-11-08 at 21:05, kfogel@collab.net wrote:

> Yup, I understand now, thanks.
>
> Hmmm, I'm not sure we provide the right sorts of interfaces yet,
> though. We provide a lot of what you want in
> svn_ra.h:ra_plugin_t:get_dir(), but not everything...

And svn_client_list() is basically nothing more than a wrapper around
RA->get_dir(). Both functions return you a list of repository dirent
structures. But at least svn_client_list() will automatically choose
the correct RA layer based on the URL schema.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Nov 9 05:50:52 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.