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

svn st -u regression with 1.1.x servers

From: SteveKing <steveking_at_gmx.ch>
Date: 2005-07-16 13:40:12 CEST

Hi,

Today a user reported that TortoiseSVN can't check the remote status of
1.1.x servers anymore in its latest version. So I stepped through the
code and found:

subversion/libsvn_client/status.c: line 149
if (err && err->apr_err == SVN_ERR_RA_NOT_IMPLEMENTED)

now, SVN_ERR_RA_NOT_IMPLEMENTED defines to 170003, but err is 170002
when the status is fetched remotely from an 1.1.x server. So something
is wrong here.

To make sure it's not something in TSVN itself, I compiled the
Subversion svn.exe version 1.2.1 myself (there are no windows binaries
available yet) and did:

svn co http://tortoisesvn.tigris.org/svn/tortoisesvn/trunk TSVNTest
cd TSVNTest
svn st -u -v
svn: REPORT request failed on 'http://...'
svn: REPORT of 'http://...': 501 Method not Implemented (http://...)

So the 1.2.1 command line client fails too! Seems something changed
between 1.2.0 and 1.2.1 which makes the 'svn st -u' command fail with
older servers, but I can't figure out exactly what's changed that would
cause this.

Can someone please confirm this and check it further?

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 13:40:56 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.