How to set up project-level permissions for SVN?
Posted
by ant123
on Server Fault
See other posts from Server Fault
or by ant123
Published on 2010-03-21T20:27:05Z
Indexed on
2010/03/21
20:31 UTC
Read the original article
Hit count: 307
Hi,
I have an SVN server running on Ubuntu 9.04. Inside /var/svn, there are various projects - /var/svn/foo, /var/svn/bar, etc. I want to be able to give user "A" full SVN permissions for 'foo', but not 'bar', and vice versa - user "B" could have permissions to 'bar' but not necessarily 'foo'.
What is the best way to do this?
© Server Fault or respective owner