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