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

Re: svn st -u regression with 1.1.x servers

From: SteveKing <steveking_at_gmx.ch>
Date: 2005-07-16 20:42:50 CEST

Ben Collins-Sussman wrote:
>> So your patch fails because SVN_ERR_RA_DAV_REQUEST_FAILED is
>> returned, not SVN_ERR_UNSUPPORTED_FEATURE.
>
> Huh? I see error 200007 returned over the network:
>
> <D:error xmlns:D="DAV:" xmlns:m="http://apache.org/dav/xmlns"
> xmlns:C="svn:">
> <C:error/>
> <m:human-readable errcode="200007">
> The requested report is unknown.
> </m:human-readable>
> </D:error>

This is what I get too (network traffic recorded with ethereal).

> ...which is SVN_ERR_UNSUPPORTED_FEATURE.
>
> This is what I get when I run a trunk client against
> cvs2svn.tigris.org's repository. What's the difference here? What's
> your setup?

Ok, so a once again did a rebuild, but this time a debug build. This is
what I get:

svn st -u D:\Development\SVN\TortoiseSVN
\Development\Svn\Subversion\subversion\libsvn_ra_dav\util.c:780:
(apr_err=175002)
svn: REPORT request failed on
'http://tortoisesvn.tigris.org/svn/tortoisesvn/trunk'
\Development\Svn\Subversion\subversion\libsvn_ra_dav\util.c:295:
(apr_err=175002)
svn: REPORT of 'http://tortoisesvn.tigris.org/svn/tortoisesvn/trunk':
501 Method Not Implemented (http://tortoisesvn.tigris.org)

As you can see, the apr_err is 175002, which is neither
SVN_ERR_UNSUPPORTED_FEATURE nor SVN_ERR_RA_NOT_IMPLEMENTED.

So the network/server returns the correct code, but somewhere inside the
client code, the error code is changed.

my build is done with VS.NET2003,
Subversion 1.2.1,
apr 0.9.6,
apr-iconv 0.9.5,
apr-utils 0.9.6,
neon 0.24.7

on windows XP SP2.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 16 20:43:36 2005

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.