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

Commit fail: Cannot delete from act

From: Daniel Achermann <Daniel.Achermann_at_logismos.com>
Date: 2003-11-21 14:26:18 CET

Hi!

I have the following configuration:
subversion 0.27 on a Suse Linux 8.2 with accessing through Apache
In Apache I set up access control (require valid user).

When we do a commit I find the following log in apache:
...
192.168.1.34 - danach [21/Nov/2003:09:05:30 +0100] "PUT
/pas/!svn/wrk/e50d33db-a398-1a49-bdd1-baf8848ceafa/Source/Tools/PASUpdate.res
HTTP/1.1" 204 0
192.168.1.34 - danach [21/Nov/2003:09:05:30 +0100] "MERGE /pas HTTP/1.1"
200 15413
192.168.1.34 - - [21/Nov/2003:09:05:34 +0100] "DELETE
/pas/!svn/act/e50d33db-a398-1a49-bdd1-baf8848ceafa HTTP/1.1" 500 1037

Everything is done under the right user till merge command - but the
delete is failing because it's not done under any user. So it fails with
internal server error. Most often that doesn't seem to cause a problem
(at least not a surface) - but for one user the server tries to repeat
it several times and the client finally reports that the commit failed
with internal server error 500. Then the client thinks commit has failed
and doesn't update the svn files even so on the server the commit is done.

The user who causes problems is connected to subversion server through a
proxy server (squid) - the only difference I can see on server side is
that this user seem to access with http/1.0 (here apache log again):

193.81.246.12 - achkar [20/Nov/2003:14:11:31 +0100] "PUT
/pas/!svn/wrk/f99d3812-52a1-544a-919f-54ae1cd7dadc/Source/Customer/GEP/PASClient_GEP.cfg
HTTP/1.0" 204 0
193.81.246.12 - achkar [20/Nov/2003:14:11:31 +0100] "MERGE
/pas/Source/Customer/GEP HTTP/1.0" 200 1965
193.81.246.12 - - [20/Nov/2003:14:11:32 +0100] "DELETE
/pas/!svn/act/f99d3812-52a1-544a-919f-54ae1cd7dadc HTTP/1.0" 500 1037
193.81.246.11 - - [20/Nov/2003:14:11:32 +0100] "DELETE
/pas/!svn/act/f99d3812-52a1-544a-919f-54ae1cd7dadc HTTP/1.0" 500 1037
193.81.246.12 - - [20/Nov/2003:14:11:32 +0100] "DELETE
/pas/!svn/act/f99d3812-52a1-544a-919f-54ae1cd7dadc HTTP/1.0" 500 1037
193.81.246.12 - - [20/Nov/2003:14:11:32 +0100] "DELETE
/pas/!svn/act/f99d3812-52a1-544a-919f-54ae1cd7dadc HTTP/1.0" 500 1037
193.81.246.12 - - [20/Nov/2003:14:11:33 +0100] "DELETE
/pas/!svn/act/f99d3812-52a1-544a-919f-54ae1cd7dadc HTTP/1.0" 500 1037
193.81.246.11 - - [20/Nov/2003:14:11:33 +0100] "DELETE
/pas/!svn/act/f99d3812-52a1-544a-919f-54ae1cd7dadc HTTP/1.0" 500 1037
.....

I couldn't find any information about this problem on subversion
webpages. Is it a configuration error?

Thank you for any help!

Cheers
Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 21 17:21:02 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.