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

RE: OK, so copy is supposed to work now? (as it still isn't, hehe)

From: Jay Freeman \(saurik\) <saurik_at_saurik.com>
Date: 2001-12-07 08:32:40 CET

I think this works better as an addition to server_setup.html:

Index: ./server_setup.html
===================================================================
--- ./.svn/text-base/server_setup.html.svn-base Sat Dec 1 01:46:28 2001
+++ ./server_setup.html Fri Dec 7 01:29:34 2001
@@ -103,7 +103,18 @@
     Make sure that the user 'nobody' (or whatever UID the httpd
     process runs as) is able to read the berkeley db files.
 
-9. Now fire up apache 2.0:
+9. 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 this will not be an issue.
+
+10. Now fire up apache 2.0:
 
            /usr/local/apache2/bin/apachectl stop
            /usr/local/apache2/bin/apachectl start
@@ -111,7 +122,7 @@
     Check /usr/local/apache2/logs/error_log to make sure it started
     up okay.
 
-10. Finally, try doing a network checkout from the repository:
+11. Finally, try doing a network checkout from the repository:
 
           svn co http://localhost/svn/repos -d wc

Sincerely,
Jay Freeman (saurik)
saurik@saurik.com

-----Original Message-----
From: Karl Fogel [mailto:kfogel@newton.ch.collab.net]
Sent: Thursday, December 06, 2001 3:06 AM
To: Greg Stein
Cc: Jay Freeman (saurik); 'svn-dev'
Subject: Re: OK, so copy is supposed to work now? (as it still isn't,
hehe)

Greg Stein <gstein@lyra.org> writes:
> The latter, and yes: it has been biting people periodically, so some
doc
> and/or FAQ would be Goodness.

+1

Jay, if you can write up a patch for the project_faq.html, we'll add
it.

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:51 2006

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.