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

Re: Question about installing Subversion

From: Patrick Burleson <pburleson_at_gmail.com>
Date: 2006-04-26 00:42:08 CEST

On 4/25/06, John Oliver <joliver@john-oliver.net> wrote:

> <VirtualHost 192.168.101.69:80>
> ServerName svn.domain.com
> DocumentRoot "/opt/www/svn"
> CustomLog "/var/log/httpd/svn-access.log" combined
> ErrorLog "/var/log/httpd/svn-error.log"
> <Location />
> DAV svn
> SVNPath /opt/www/svn
> </Location>
> </VirtualHost>

Did you "svnadmin create /opt/www/svn" ? Also, did you change the
ownership of /opt/www/svn to the user that apache runs as?

You might try those things.

Patrick

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 26 00:43:45 2006

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.