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

Re: ra_svn tunnel configuration

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-12-05 18:43:27 CET

Greg Hudson <ghudson@MIT.EDU> writes:
> Okay... I'd like to:
>
> * Rename the existing variables:
>
> host -> http_proxy_host
> port -> http_proxy_port
> username -> http_proxy_username
> password -> http_proxy_password
> timeout -> http_timeout
> no_proxy -> no_http_proxy
>
> (I really think dashes would be more user-friendly than underscores
> in config variable names, but that gets into the realm of gratuitous
> tampering.)

+1

Your call on the dashes. I agree with Brane that it's fine to change
them, but we should be consistent across all the config files.

> * Move most of the code for dealing with server groups out of
> libsvn_ra_dav/session.c into libsvn_subr:
>
> /* Enumerate the group MASTER_GROUP in CFG. Each variable value is
> interpreted as a list of glob patterns (separated by comma and
> optional whitespace). Return the name of the first variable whose
> value matches KEY, or NULL if no variable matches.
>
> If EXCEPTION_GROUP and EXCEPTION_VAR are set, always return NULL
> if KEY matches the value of the specified variable. */
> const char *svn_config_find_group (svn_config_t *cfg,
> const char *master_group,
> const char *key,
> const char *exception_group,
> const char *exception_var,
> apr_pool_t *pool);

Makes sense now, yup. Maybe would have made sense before, too, I'm
not saying :-).

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 5 19:21:48 2002

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.