"Sergey A. Lipnevich" <sergey@optimaltec.com> writes:
> > I can't speak for the author of fetch.c, but when I rewrote the
> > handlers for props.c, I was noting this: "If any of the callbacks ever
> > return non-zero, the parse with STOP."
>
> That explains it, thanks! There's a return code specifically defined
> for this purpose: NE_XML_INVALID==-1 (or SVN_RA_DAV__XML_INVALID or
> something like that), which in turn is NE_XML_ABORT==-1 in the new
> Neon interface. With your permission I'll go on and change this 1 to
> SVN_RA_DAV__XML_INVALID then, alright?
I'm not sure why we have this extra level of indirection (as an
intermediate step during this API transition?), but I trust you. Make
it so.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 4 16:44:57 2003