Re: svn st -u regression with 1.1.x servers
From: SteveKing <steveking_at_gmx.ch>
Date: 2005-07-16 19:10:09 CEST
SteveKing wrote:
Ok, so here's what I found so far:
In the line before your patch, svn_ra_get_locks() is called which
So I stepped into svn_ra_get_locks(), then svn_ra_dav__parsed_request().
libsvn_ra_dav/util.c, line 722:
if ((code != expected_code)
here, code is 501, and rv is zero. So a few lines below,
So your patch fails because SVN_ERR_RA_DAV_REQUEST_FAILED is returned,
Don't know why that happens though, I'm not too familiar with the
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.orgReceived on Sat Jul 16 19:10:46 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.