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

Re: svn cp broken?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-08-29 14:24:28 CEST

"Bieber, Ron" <bieber.r@ic.grainger.com> writes:

> svn cp http://svn.bieberlabs.org/repos/svn/trunk
> http://svn.bieberlabs.org/repos/svn/branches/BRANCH_169_QA -m "New Branch"
>
> svn: RA layer request failed
> svn: COPY of branches/BRANCH_169_QA: 500 Internal Server Error

What does the apache error_log say? 500 is pretty vague, but the
error_log should say more.

Also, is this section of the INSTALL document relevant? (Maybe you
changed your httpd.conf somehow since you were last able to do an 'svn
cp URL URL'?)

      In order for 'svn cp' to work (which is actually implemented as a
      DAV COPY command), mod_dav needs to be able to be able to determine
      the hostname of the server. A standard way of doing this is to use
      Apache's ServerName directive to set the server's hostname. Edit
      your /usr/local/apache2/conf/httpd.conf to include:

      ServerName svn.myserver.org

      If you are using virtual hosting through Apache's NameVirtualHost
      directive, you may need to use the ServerAlias directive to specify
      additional names that your server is known by.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 29 14:26:21 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.