You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Collins-Sussman <su...@collab.net> on 2001/07/24 16:22:15 UTC

dav props -- regression

Hey Joe,

I'm suddenly unable to commit properties over DAV... both with and
without your r/w patch, and I know this worked two weeks ago.

AFAICT, ra_dav is claiming that it's getting an invalid XML body in
the response to the MERGE request -- in util.c:126, the neon xml
parser is returning a syntax error:

svn_error: #21070 : <RA layer's server request failed>
  The MERGE request returned invalid XML in the response: XML parse error at line 1: syntax error. (/svn/sussman-repo)


I can't figure out how to look at the "invalid" xml, because I'm not
yet familiar with neon's API.  Do you have any ideas, Joe?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org