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

"502 Bad Gateway" when doing a "svn move" over HTTPS

From: Andreas Schwarz <usenet_at_andreas-s.net>
Date: 2004-10-15 16:10:31 CEST

Hi,

I have set up mod_svn on Apache/2.0.52. The relevant part of the config
file:

<VirtualHost *:80 *:443>
   ServerName svn.andreas-s.net
   ServerAlias svn.andreas-s.net

   <Location /rforum>
     DAV svn
     SVNPath /var/svn/rforum
   </Location>
</VirtualHost>

Everything works fine over HTTP. But over HTTPS there is one problem:
Checking out, adding and commiting files works. But when I do a "svn
move" and try to commit, I get the following error message:

Deleting TEST
Adding TEST2
svn: Commit failed (details follow):
svn: COPY of TEST2: 502 Bad Gateway (https://svn.andreas-s.net)

Apache error log is empty. In access.log there is the following message:
"COPY /rforum/!svn/bc/54/TEST HTTP/1.1" 502 254 "-" "SVN/1.0.3 (r9775)
neon/0.24.6"

I'm not using a proxy server.

Any hints?

Thanks
Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 15 16:21:46 2004

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.