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

Svn configuration help needed.

From: Chien-Chung Lu <cclu_at_yahoo.com>
Date: 2005-12-27 07:46:31 CET

Hi, All,

I am very new at svn and appreciate if anyone can give me some pointers,

Here is my current setup -
svn, version 1.2.3 (r15833) with Apache 2.0
I have setup repositories as
http://wwwin/svn/repos1/secured/trunk
http://wwwin/svn/repos1/secured/branches
http://wwwin/svn/repos1/secured/tags

http://wwwin/svn/repos1/public/trunk
http://wwwin/svn/repos1/public/branches
http://wwwin/svn/repos1/public/tags

and same on repos2
http://wwwin/svn/repos2

Under /etc/httpd/conf/httpd.conf, I have

LoadModule access_module modules/mod_access.so
LoadModule auth_module modules/mod_auth.so
LoadModule auth_anon_module modules/mod_auth_anon.so
LoadModule auth_dbm_module modules/mod_auth_dbm.so
LoadModule auth_digest_module modules/mod_auth_digest.so
LoadModule auth_pam_module modules/mod_auth_pam.so
LoadModule auth_sys_group_module modules/mod_auth_sys_group.so
LoadModule dav_svn_module /usr/lib/httpd/modules/mod_dav_svn.so
LoadModule authz_svn_module /usr/lib/httpd/modules/mod_authz_svn.so

<Location /svn>
        DAV svn
        SVNParentPath /import/svn
                AuthType Basic
                AuthName "Subversion Repository"
                Require group eng
</Location>

Under nis, I have group eng, arch, tools
How do I modify httpd.conf so
# eng group can access repos1/public, but not repos1/secured.
# only arch group can access repos1/secured
# only tools group can access repos2/secured

How do I modify <Location /svn> to achive what I need?
Appreciate your help.
Thanks.
-Lu

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 27 07:49:02 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.