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

Re: property code cleanup

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2001-11-06 21:06:35 CET

Greg Stein <gstein@lyra.org> writes:
> Quick comment: there is *no* reason to ever use apr_table_t in our code.
>
> We should always be using an apr_hash_t.

Personally, I'm not going to remember this by rote, but I will
remember it if you explain *why*. :-)

?,
-K

> On Tue, Nov 06, 2001 at 10:01:28AM -0600, Karl Fogel wrote:
> >...
> > /* Returns an apr_table_t of filenames and property values, in *PROPS,
> > allocated in POOL. If TARGET is a file or RECURSE is false, there will
> > be only a single element, with key TARGET, and value the value of PROPNAME
> > in TARGET. If recurse is true and TARGET is a directory, the *PROPS will
> > contain a list of node names and property values for TARGET and all of
> > its children. The nodenames will be of rooted from the same place as
> > TARGET. */
> > svn_error_t *
> > svn_client_propget (apr_table_t **props,
> > svn_stringbuf_t *propname,
> > svn_stringbuf_t *target,
> > svn_boolean_t recurse,
> > apr_pool_t *pool);
>
> --
> Greg Stein, http://www.lyra.org/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:48 2006

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.