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

WORKAROUND: multiple repositories under / fails

From: Dominik Westner <westner_at_logicunited.com>
Date: 2003-05-27 10:51:48 CEST

I found a work around for my problem described below.

If I change the location from / to /svn it will work. This looks like a
bug to me. Shall I file a bug report?

Dominik

On Montag, Mai 26, 2003, at 19:23 Europe/Berlin, Dominik Westner wrote:

> Hi,
>
> I am having trouble to configure apache to have multiple repositories
> under the / location.
> My configuration is as follows:
>
> <VirtualHost *>
> DocumentRoot /home/subversion/projects
> ServerName projects.intra.logicunited.com
> ServerAlias projects.logicunited.com
> ServerAlias projects
> <Location / >
> Order Allow,Deny
> Allow from all
> AuthName Subversion
> AuthType Basic
> AuthLDAPURL
> ldap://ldap.logicunited.com:389/ou=People,dc=LogicUnited,dc=com?uid
> AllowOverride none
> Options none
> Dav svn
> SVNParentPath /home/subversion/projects
> <LimitExcept GET PROPFIND OPTIONS REPORT>
> Require valid-user
> </LimitExcept>
> </Location>
> </VirtualHost>
>
> When I try to access the url:
>
> http://projects:8080/eads in a browser it does work as expected as I
> have created a repository under
> /home/subversion/projects/eads
>
> If I do:
>
> enron tmp # svn ls http://projects:8080/eads
>
> I get:
>
> svn: RA layer request failed
> svn: The path was not part of a repository
> svn: PROPFIND request failed on '/'
> svn: PROPFIND of '/': 403 Forbidden (http://projects:8080)
>
> and the apache error log reports:
>
> [Mon May 26 19:18:30 2003] [error] [client 192.168.140.7] Could not
> fetch resource inform
> ation. [403, #0]
> [Mon May 26 19:18:30 2003] [error] [client 192.168.140.7] (11)Resource
> temporarily unavai
> lable: The URI does not contain the name of a repository. [403,
> #190001]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 27 10:52:41 2003

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.