You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@lyra.org> on 2006/01/28 13:34:30 UTC

Re: svn commit: r18279 - trunk/subversion/libsvn_ra_serf

On Sat, Jan 28, 2006 at 01:09:40AM -0600, jerenkrantz@tigris.org wrote:
> Author: jerenkrantz
> Date: Sat Jan 28 01:09:39 2006
> New Revision: 18279
> 
> Modified:
>    trunk/subversion/libsvn_ra_serf/serf.c
> 
> Log:
> ra_serf: refactor define_ns and expand_ns to do more lifting.

Unfortunately, namespaces are scoped. Doing namespaces "right" means a
stack of namespace maps, pushed at elem-start and popped at elem-end.

You can see this ina PROPFIND response from mod_dav. Each of the
property values defines the namespaces used within the value. They are
named ns0, ns1, ... Those names get reused.

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