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

Re: CVS update: ADDED: subversion/include svn_config.h

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-08-10 02:34:48 CEST

On Thu, Aug 09, 2001 at 11:42:16PM -0000, brane@tigris.org wrote:
>...
> - Option values may be expanded within a value by enclosing the
> option name in parentheses, preceded by a percent sign:
>
> %(name)
>
> The expansion is performed recursively and on demand, during
> svn_option_get. The name is first searched for in the same section,
> then in the special [DEFAULTS] section. If the name is not found,
> the whole %(name) placeholder is left unchanged.
>
> Any modifications to the configuration data invalidate all
> previously expanded values, so that the next svn_option_get
> will take the modifications into account.
>...

Is this feature truly needed? I've never seen/used it in all the time that
I've used ConfigParser (which was even before it was part of the Python
distro...).

It is a rather complex feature, and I would think for marginal benefit. I'd
recommend dropping it unless we have a firm requirement for it. Any
examples?

Cheers,
-g

-- 
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
Received on Sat Oct 21 14:36:35 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.