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

Re: property values are kind of broken

From: Greg Stein <gstein_at_lyra.org>
Date: 2000-10-13 07:02:48 CEST

On Thu, Oct 12, 2000 at 09:01:12PM -0500, Karl Fogel wrote:
> Greg Stein <gstein@lyra.org> writes:
> > Property values in DAV are "well-formed XML fragments." So arbitrary data
> > will need to be encoded.
>
> Can we make encoding them part of the ra_dav library's job, so that
> callers never know this happens? After all, they shouldn't have to
> know things about how the network layer is transmitting prop data.

Oh, geez. Absolutely.

They'll get passed into libsvn_ra_* in "native" form. The RA library
[selected] will encode as necessary.

I imagine that I'd just blindly encode all prop values in base64 using the
routines OtherGreg ( :-) ) is writing.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:11 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.