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

RE: Access to subversion via Pound+Apache/DAV

From: Sander Striker <striker_at_apache.org>
Date: 2003-08-27 00:27:34 CEST

Note that the discussion that this thread started would have a
better home at dev@subversion, archive wise. CC'ing dev@ for
archiving sake.

Sander

> -----Original Message-----
> From: Jason Vasquez [mailto:jason@obiwan.homelinux.org]
> Sent: Tuesday, August 26, 2003 12:04 AM
> To: users@subversion.tigris.org
> Subject: Access to subversion via Pound+Apache/DAV
>
>
> -----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
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 27 00:28:35 2003

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.