[Ilugc] Howto authenticate user for particular project only-SVN

  • From: nivedg@xxxxxxxxx (nived g)
  • Date: Thu Feb 5 16:09:38 2009

On Thu, Feb 5, 2009 at 3:31 PM, Thanigairajan murugan <
methanigai@xxxxxxxxxxx> wrote:

Hi all,

The  SVN Setup  which we have  is as follows.

http://192.168.1.8/svn/project1   ;(i.e. http://
<ipaddress>/repositoryname/<projectname>)

I authenticating users using apache,web_dav and htpasswd
Any user can login in any project , Once he has authenticated.

My need is,user of a particular project will login to that particular
project only.
i.e. user of project1 won't see the project2's details.


You can set per-directory access control using mod_authz_svn  apache module.
Check this url:
http://svnbook.red-bean.com/en/1.1/ch06s04.html

- Nived

Other related posts: