[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: chetanchatwani <chetan_at_savvion.com>
Date: 2007-08-29 21:25:14 CEST

Hi ,

Following is the permission for repository, it located under
/svn folder :

permission for /svn

drwxr-xr-x 4 sbmrepos sbmrepos 4096 Aug 29 03:26 svn

permission for repository under/svn

drwx------ 7 sbmrepos sbmrepos 4096 Aug 29 03:26 bpmdevrepos
drwx------ 7 sbmrepos sbmrepos 4096 Jun 9 01:51 sbmrepos

When I try to execute command on Redhat Linux ES5

chcon -R -h -t httpd_sys_content_t /svn

getting following error:

chcon: can't apply partial context to unlabeled file /svn
Any help ? There is OS user called sbmrepos with whose login repository is
created and apache service is start/stop through root user.

Regards,
Chetan

chetanchatwani 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.
>
>
> Regards,
> Chetan
>

-- 
View this message in context: http://www.nabble.com/How-to-configure-apache-for-mutilple-SVN-repository---tf4347805.html#a12393955
Sent from the Subversion Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 29 21:22:40 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.