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

Re: How to configure apache for mutilple SVN repository ?

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-08-29 15:30:59 CEST

On 8/29/07, chetanchatwani <chetan@savvion.com> wrote:
>
> Hi ,
>
> I am having two SVN repository named as sbmrepos and bpmdevrepos located
> under /svn directory.
> In httpd.conf I am having following config :
>
> <Location "/swa">
> DAV svn
> SVNParentPath /svn
> AuthzSVNAccessFile /svn/sbmrepos/conf/authz
> Require valid-user
> AuthType Basic
> AuthUserFile /svn/sbmrepos/conf/apachepasswd
> AuthName "Savvion Subversion Repository"
> </Location>
>
> When I tried to access the repository, I am getting 403 Forbidden error. Any
> idea or suggestion how to configure it ?
>
> The url I am trying is
> http://xyz.savvion.com/swa/svn/sbmrepos/trunk and
> http://xyz.savvion.com/swa/svn/bpmdevrepos/trunk
>
> Both the repository are having trunk folder and it contains modules.

I think you've probably got Apache configured right - the error you're
getting indicates that you don't have access to what you're trying to
access (something in your AuthzSVNAccessFile). Make sure that the
repository name is pre-pended to the path(s) in that file.
http://svnbook.red-bean.com/en/1.4/svn.serverconfig.pathbasedauthz.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 29 15:28:36 2007

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.