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

Re: Book shouldn't say property values can be binary

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-02-27 16:16:01 CET

Ben Collins-Sussman <sussman@collab.net> writes:

> On Fri, 2004-02-27 at 02:43, Julian Reschke wrote:
>
> > Speaking of which -- how does Subversion marshall binary property values
> > through WebDAV?
>
> We base64-encode them, I believe, so that they can be transferred as
> CDATA through XML.

Yep. You should see stuff like:

   <C:my-binary-prop encoding="base64">asdfadsf12341lklkjh2143lkj1hf23...

in an ethereal trace.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 27 16:16:05 2004

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.