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

Re: 1.5 Neon bug in copy-on-update

From: Eric Gillespie <epg_at_pretzelnet.org>
Date: Tue, 01 Apr 2008 12:35:40 -0700

> 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 21:35:52 CEST

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.