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

Re: I still have svn cp problems (https only problem!)

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-08-14 08:41:46 CEST

On Wed, Aug 14, 2002 at 06:06:19AM +0200, Bernd Walter wrote:
>...
> [169]cicely9> svn commit -m 'test'
> Adding bar
> svn: RA layer request failed
> svn: Commit failed (details follow):
> svn: COPY of bar: 502 Bad Gateway

Your Apache server doesn't recognize the hostname that you used in your
checkout as referring to itself. Set up a ServerAlias.

For example:

$ svn co http://www.example.com/repos

Ensure that Apache knows "www.example.com" is its name:

  ServerAlias www.example.com

You may need to do something like:

  ServerAlias www.example.com:443

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 14 08:38:16 2002

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.