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

COPY of ... 502 Bad Gateway

From: Stephane Bortzmeyer <bortzmeyer_at_generic-nic.net>
Date: 2005-03-10 08:37:37 CET

My Subversion repository is hosted by an Apache 2 HTTP server, behind
an Apache 1 HTTP proxy.

All operations (add, commit, update, etc) seem fine but not "rename":

% svn rename registrehaitien.pdf internal/workshop/registrehaitien.pdf
A internal/workshop/registrehaitien.pdf
D registrehaitien.pdf
% svn commit -m 'Moved to the proper place'
Adding internal/workshop/registrehaitien.pdf
svn: Commit failed (details follow):
svn: COPY of internal/workshop/registrehaitien.pdf: 502 Bad Gateway (https://svn.generic-nic.net)
%

And the Apache 1 proxy log is:

62.212.100.181 - - [10/Mar/2005:08:29:14 +0100] "COPY /!svn/bc/30/registrehaitien.pdf HTTP/1.1" 502 255 "-" "SVN/1.1.1 (r11581) neon/0.24.7" 0 svn.generic-nic.net

The Subversion server is 1.1.3, running on Debian "sarge".

If I bypass the proxy, by using the http://svn.generic-nic.net:8080/
URL, it works fine so there is clearly something wrong on the proxy.

Here is the proxy config:

<VirtualHost 192.134.7.250:443>
ServerName svn.generic-nic.net
SSLEnable
ProxyRequests Off
ProxyPass / http://svn.generic-nic.net:8080/
# CHanging the option ProxyPassReverse changes nothing
#ProxyPassReverse / http://svn.generic-nic.net:8080/
<Directory />
<Limit PROPFIND PUT DELETE PATCH PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
        Order deny,allow
        Allow from all
</Limit>
</Directory>
</VirtualHost>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 10 16:48:56 2005

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.