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

Re: Bug, bug, bug...I think

From: Philip Martin <philip_martin_at_ntlworld.com>
Date: 2001-09-18 23:03:25 CEST

cmpilato@collab.net writes:

> svn add "#foo"
> svn ci -m "This is gonna break, I can feel it."
>
> Sure enough, I get:
>
> svn_error: #21073 : <RA layer's server request failed>
> The PUT request did not complete properly (status: 500)
> (/repos/test/$svn/wrk/0c067dfa-d11d-b211-83b4-9012a27ae7b3//#foo)
>
> Can others verify this? I am, after all, using my own Apache, my own
> Subversion, etc.

Yes, I get the same error.

  svn_error: #21073 : <RA layer's server request failed>
    commit failed: wc locks have been removed.

  svn_error: #21073 : <RA layer's server request failed>
    commit failed: while sending postfix text-deltas.

  svn_error: #21073 : <RA layer's server request failed>
    The PUT request did not complete properly (status: 500) (/repository/trial/$svn/wrk/cc353d6c-d21d-b211-9b66-e0c23d735cdc//#foo)

The apache access log has

127.0.0.1 - - [18/Sep/2001:21:56:12 +0100] "MKACTIVITY /repository/trial/$svn/act//facbec97-d11d-b211-aeba-82fd83ead539 HTTP/1.1" 201 309
127.0.0.1 - - [18/Sep/2001:21:56:12 +0100] "PROPFIND /repository/trial HTTP/1.1" 207 396
127.0.0.1 - - [18/Sep/2001:21:56:12 +0100] "PROPFIND /repository/trial/$svn/vcc/default HTTP/1.1" 207 362
127.0.0.1 - - [18/Sep/2001:21:56:12 +0100] "CHECKOUT /repository/trial/$svn/bln/8 HTTP/1.1" 201 323
127.0.0.1 - - [18/Sep/2001:21:56:12 +0100] "PROPPATCH /repository/trial/$svn/wbl/facbec97-d11d-b211-aeba-82fd83ead539/8 HTTP/1.1" 207 326
127.0.0.1 - - [18/Sep/2001:21:56:12 +0100] "CHECKOUT /repository/trial/$svn/ver/0.7/ HTTP/1.1" 201 322
127.0.0.1 - - [18/Sep/2001:21:56:12 +0100] "PUT /repository/trial/$svn/wrk/facbec97-d11d-b211-aeba-82fd83ead539//#foo HTTP/1.1" 500 658

and the error log has

[Tue Sep 18 21:56:12 2001] [error] [client 127.0.0.1] Could not fetch resource information. [500, #0]
[Tue Sep 18 21:56:12 2001] [error] [client 127.0.0.1] The URI indicated a resource within Subversion's special resource area, but does not exist. This is generally caused by a problem in the client software. [500, #21085]

Philip

---------------------------------------------------------------------
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:41 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.