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

Access to subversion via Pound+Apache/DAV

From: Jason Vasquez <jason_at_obiwan.homelinux.org>
Date: 2003-08-26 00:03:51 CEST

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi all,

I've got a quick question for any of you who might be using a server setup
 where your Apache server is behind a Pound proxy.

I use Pound out in front of apache, with Pound doing the SSL work for me,
and reverse proxying plain http back to the apache server. (I can still do
Apache Limit operations based on ssl or not, let me know if you'd like
details on how I accomplished this)

Everything works great - except for today when I tried to do my first 'svn
mv ...; svn commit'. Apparently, there is some problem with the DAV COPY
command (I see the same problem with 'svn cp ...'. If I go around the
proxy, and go straight to the apache server, it works fine.

Here are the steps to reproduce:

[jason@obiwan test]$ touch foo.txt
[jason@obiwan test]$ svn add foo.txt
A foo.txt
[jason@obiwan test]$ svn commit -m "adding"
Adding foo.txt
Transmitting file data .
Committed revision 3.
[jason@obiwan test]$ svn mv foo.txt bar.txt
A bar.txt
D foo.txt
[jason@obiwan test]$ svn commit -m "moving"
Adding bar.txt
svn: RA layer request failed
svn: Commit failed (details follow):
svn: COPY of bar.txt: 502 Bad Gateway (https://obiwan.homelinux.org)

So basically, if anybody has any experience with this, please let me know!

Thanks,
Jason

- --
- -------------------------------------------------------------------
| | |
| Jason Vasquez | When their numbers dwindled from |
| jason@obiwan.homelinux.org | 50 to 8, the other dwarves began |
| http://obiwan.homelinux.org | to suspect Hungry. |
| | |
|------------------------------------------------------------------
| Public Key: http://obiwan.homelinux.org/~jason/pubkey.txt |
- -------------------------------------------------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/SofKY6zA1HI6auYRAu21AJ9T2UXzzegyJPi+E65liIUoYXpYhACeJAZy
N/+eqWgtUsIMCtTP98dLeH0=
=iGKr
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 26 00:04:50 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.