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

Using the SVNParentPath

From: Marcos José Setim <mjs_ops_at_gmx.net>
Date: 2005-12-25 02:15:50 CET

Lieven give me this tip, for I use the SVNParentPath to create one
repository to store all my repositories :).

I'm trying to configure my apache for this. This is my configuration:

<VirtualHost *:4000>
  ServerAlias /svn
  ServerAdmin mjs_ops@gmx.net
  ErrorLog /var/log/apache2/error_svn_log
  CustomLog /var/log/apache2/access_svn_log common
        <Location "/">
        DAV svn
        # Desabilitado
        #SVNPath /usr/local/servidor/svn/
        SVNParentPath /usr/local/servidor/svn/
        AuthType Basic
        AuthName "Quati"
        AuthUserFile /usr/local/servidor/svn/dav_svn.passwd
                <LimitExcept GET PROPFIND OPTIONS REPORT>
                Require valid-user
                </LimitExcept>
                 # SSLRequireSSL
        </Location>
</VirtualHost>

But when I change the SVNPath to SVNParentPath one error is throw.

Forbidden
You don't have permission to access / on this server.

I was tried to make how say in the:
http://svnbook.red-bean.com/en/1.1/ch06s04.html

Thanks

-- 
__________________
Marcos José Setim
mjs_ops@gmx.net
http://www.linuxhard.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Dec 25 04:17:04 2005

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.