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

ra_dav testing: the fun begins

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-08-15 17:29:15 CEST

Okay, I've got the python tests running over ra_dav like so:

       ./basic_tests.py --url http://newton.collab.net

The first two tests pass, which do nothing but run 'svn co' and 'svn st'.

The third test fails, seemingly the very first time it makes a call to
'svn ci'. I'll investigate further, but the error is:

svn_error: #21073 : <RA layer's server request failed>
The CHECKOUT request failed (http #409) (/repositories/current-repo/$svn/bln/1)

Note that this error is talking about a DAV checkout, which is a DAV
request issued when doing a commit:

        MKACTIVITY
        CHECKOUT object activity
        PROPPATCH object
        PUT object
        MERGE

Looking in the apache access log, I see:

216.127.237.130 - - [15/Aug/2001:10:18:53 -0500] "MKACTIVITY /repositories/curr\ent-repo/$svn/act//744b93d6-d11d-b211-8ee0-ca62cd8d3872 HTTP/1.1" 201 327
216.127.237.130 - - [15/Aug/2001:10:18:55 -0500] "PROPFIND /repositories/curren\t-repo HTTP/1.1" 207 414
216.127.237.130 - - [15/Aug/2001:10:18:55 -0500] "PROPFIND /repositories/curren\t-repo/$svn/vcc/default HTTP/1.1" 207 380
216.127.237.130 - - [15/Aug/2001:10:18:55 -0500] "CHECKOUT /repositories/curren\t-repo/$svn/bln/1 HTTP/1.1" 409 305

And in the error log, I see:

[Wed Aug 15 10:18:55 2001] [error] [client 216.127.237.130] Could not CHECKOUT \resource /repositories/current-repo/$svn/bln/1. [409, #0]
[Wed Aug 15 10:18:55 2001] [error] [client 216.127.237.130] The specified activ\ity does not exist. [409, #0]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:36 2006

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.