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

RE: 301 Moved Permanently

From: Sander Striker <striker_at_apache.org>
Date: 2003-10-15 15:06:53 CEST

> From: Brandl, Thomas [mailto:tbrandl@barff.de]
> Sent: Wednesday, October 15, 2003 3:04 PM

> some more info, I actually forgot to mention:
> subversion 0.27.0-29
> subversion-server 0.27.0-29
> apache2-2.0.47-67
> db-4.0.14-249
>
> How I created my repos:
> /usr/local/svn/ <- ordinary dir
> svnadmin create file:///usr/local/svn/project
> svn mkdir file:///usr/local/svn/project/trunk
>
> httpd.conf:
> <VirtualHost _myip_>
> ServerName svn.mydomain.com
> DocumentRoot /usr/local/svn
> ErrorLog /logs/svn.mydomain.com-error_log
> <Location />

Due to some old bug the '/' location doesn't work IIRC.

> DAV on

Should be 'DAV svn'

> SVNParentPath /usr/local/svn
> Order Deny,allow
> Deny from all
> Allow from 192.168
> </Location>
> <Location /project>

Is missing a 'DAV svn' line.

> SVNPath /usr/local/svn/project
> </Location>
> </VirtualHost>

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 15 15:07:49 2003

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.