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

Re: RFC: an idea for making 'svn list' faster

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2005-10-22 01:30:09 CEST

--On October 21, 2005 3:38:13 PM -0700 Garrett Rooney
<rooneg@electricjellyfish.net> wrote:

> mode it's totally useless. So I'd like to propose a new
> svn_ra_get_dir2 function, which takes a new argument that indicates
> what parts of the dirent you get back from the server. It'd look
> something like this.
>
># define SVN_DIRENT_FIELD_KIND = 0x00001;
># define SVN_DIRENT_FIELD_SIZE = 0x00002;
># define SVN_DIRENT_FIELD_HAS_PROPS = 0X00004;
># define SVN_DIRENT_FIELD_CREATED_REV = 0X00008;
># define SVN_DIRENT_FIELD_TIME = 0X00016;
># define SVN_DIRENT_FIELD_LAST_AUTHOR = 0X00032;

Sounds like we need something similar to what apr_stat does with the
APR_FINFO_* #defines. This proposal is in line with that, so +1. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 22 01:30:57 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.