Hey gstein, any idea what's going on here? I'm running mod_dav_svn
which produces the 'new style' vsn-rsc-url. I attempted to commit
A/D/H/chi from a working copy full of 'old style' urls.
From this ethereal capture, it seems like ra_dav is ignoring the
new-style url that comes back to it; instead, attempts to do a
checkout using the old-style one anyway. Am I analyzing this
correctly?
PROPFIND /svn/erepo/trunk/A/D/H HTTP/1.1
User-Agent: SVN/0.12.0 (dev build) neon/0.19.4
Connection: TE
TE: trailers
Depth: 0
Content-Length: 119
Content-Type: text/xml
Host: localhost
<?xml version="1.0" encoding="utf-8"?>
<propfind xmlns="DAV:"><prop>
<checked-in xmlns="DAV:"/>
</prop></propfind>
HTTP/1.1 207 Multi-Status
Date: Fri, 31 May 2002 21:38:03 GMT
Server: Apache/2.0.37-dev (Unix) SVN/0.12.0 (dev build) DAV/2
Content-Length: 356
Content-Type: text/xml; charset="utf-8"
<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:">
<D:response xmlns:lp1="DAV:" xmlns:lp3="svn:">
<D:href>/svn/erepo/trunk/A/D/H/</D:href>
<D:propstat>
<D:prop>
<lp1:checked-in><D:href>/svn/erepo/$svn/ver/1/trunk/A/D/H</D:href></lp1:checked-in>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
CHECKOUT /svn/erepo/$svn/ver/18.1/trunk/A/D/H/chi HTTP/1.1
User-Agent: SVN/0.12.0 (dev build) neon/0.19.4
Connection: TE
TE: trailers
Content-Length: 184
Host: localhost
<?xml version="1.0" encoding="utf-8"?><D:checkout xmlns:D="DAV:"><D:activity-set><D:href>/svn/erepo/$svn/act/b2c480af-d11d-b211-9bc9-b2616922af5c</D:href></D:activity-set></D:checkout>HTTP/1.1 409 Conflict
Date: Fri, 31 May 2002 21:38:03 GMT
Server: Apache/2.0.37-dev (Unix) SVN/0.12.0 (dev build) DAV/2
Content-Length: 442
Content-Type: text/xml; charset="utf-8"
<?xml version="1.0" encoding="utf-8"?>
<D:error xmlns:D="DAV:" xmlns:m="http://apache.org/dav/xmlns" xmlns:C="svn:">
<C:error/>
<m:human-readable errcode="21076">
The version resource does not correspond to the resource within the transaction. Either the requested version resource is out of date (needs to be updated), or the requested version resource is newer than the transaction root (restart the commit).
</m:human-readable>
</D:error>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 1 14:10:33 2002