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

Re: ra-serf bug

From: Lieven Govaerts <svnlgo_at_mobsol.be>
Date: Fri, 16 May 2008 19:26:04 +0200

Eric Gillespie wrote:
> Lieven Govaerts <svnlgo_at_mobsol.be> writes:
>
>> Attached is a second and better version of the patch. The 404 is now
>> converted to an error deeper in ra_serf code, which made svn with last
>> patch bail out while finding out the vcc/relative urls.
>
> OK, this fixes that problem, +1 to commit.
>
> Next problem:
>
> svn_ra_check_path is supposed to set kind to svn_node_none if path does
> not exist, but ra-serf raises SVN_ERR_RA_DAV_PATH_NOT_FOUND instead.
>
It looks like it's previous patch that introduces this issue. It's the
one place related to property handling where a 404 is handled, and since
the patch converts a 404 now to an error that error is raised before the
node kind can be set to svn_node_none.

Can you check if r31234 fixes your last two problems?

Lieven

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-16 19:26:20 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.