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

Re: 'svn info URL'

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-02-25 01:34:33 CET

On Feb 24, 2005, at 6:30 PM, Ben Collins-Sussman wrote:
>
> 1. 'svn info repos_root_URL' fails. There's no way to get the
> svn_dirent_t of '/'!
>
> 2. It's inefficient. A directory may have a whole lot of children.
>
> So I'm wondering... should we add a new RA API to fetch a single
> svn_dirent_t?
>

Btw, another option is to change the behavior of svn_ra_get_dir(), and
make it return a '.' entry. This will solve problem #1 above, but not
#2. Dunno if this has compatibility consequences, though.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 25 01:36:11 2005

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.