[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-11-06 17:20:53 CET

Kevin Pilch-Bisson <kevin@pilch-bisson.net> writes:

> Comments?
>
> I thought of having a hash of hashes (or table of hashes), similar
> to proplist, but thought this would be redundant, since we are only
> getting a single property.

Or you could define a "property" struct:

{
  const char *
  const svn_string_t *
}

... and return an array_header_t of those. (I think that struct
already exists somewhere in libsvn_wc, not sure...)

---------------------------------------------------------------------
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.