BTW, if someone is getting motivated to fix neon deficiencies as
compared to ra-local/svn, have a look at these, too:
certain property names cause non-wf XML responses
http://subversion.tigris.org/issues/show_bug.cgi?id=1971
"svn mkdir URL" gives poor error message when directory exists
http://subversion.tigris.org/issues/show_bug.cgi?id=2295
Can't replace branch with neon/serf
http://subversion.tigris.org/issues/show_bug.cgi?id=2939
mod-dav-svn runs pre-revprop-change twice
http://subversion.tigris.org/issues/show_bug.cgi?id=3085
mod-dav-svn ignores pre-revprop-change failure on revprop delete
http://subversion.tigris.org/issues/show_bug.cgi?id=3086
Eric Gillespie <epg_at_pretzelnet.org> writes:
> > On Tue, Apr 1, 2008 at 10:37 AM, C. Michael Pilato <cmpilato_at_collab.net> wrote:
> > > Does the naive tweak help?
> > >
> > > Index: subversion/libsvn_ra_neon/fetch.c
> > > ===================================================================
> > > --- subversion/libsvn_ra_neon/fetch.c (revision 30139)
> > > +++ subversion/libsvn_ra_neon/fetch.c (working copy)
> > > @@ -1307,6 +1307,7 @@
> > > || child == ELEM_add_directory
> > > || child == ELEM_absent_file
> > > || child == ELEM_add_file
> > > + || child == ELEM_remove_prop
>
> What would really help is including some real information in the
> "invalid xml" error messages. In this case, something like
> "unexpected %s element in report response" maybe? There's no
> avoiding a user-hostile message in this class of failure, but at
> least we can help the developer the question eventually gets to...
--
Eric Gillespie <*> epg_at_pretzelnet.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-04-01 23:50:06 CEST