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

Re: Limiting access to a subtree when using svn+ssh:// access

From: Branko Čibej <brane_at_wandisco.com>
Date: Sat, 26 Oct 2013 04:28:19 +0200

On 25.10.2013 22:23, Alfred von Campe wrote:
> We access our Subversion repositories mainly via svn+ssh:// on a central server. We limit access to the repos using Unix group membership. For example, the repo for ProjectA has 770 permissions and belongs to GroupA and ProjectB also has 770 permission and belongs to GroupB. So users who are in GroupA can access ProjectA and users in GroupB can access ProjectB. The file permissions look like this:
>
> drwxrws--- 7 svn GroupA 4096 Dec 27 2009 ProjectA
> drwxrws--- 7 svn GroupB 4096 Dec 27 2009 ProjectB
>
> Everything is working as expected so far. Users in each group can only access their respective projects, and users in both groups can access both projects. But now we want to prevent a subset of users in GroupB from accessing certain subtrees of ProjectB. Can this be done when using svn+ssh:// access? If so, how?

http://svnbook.red-bean.com/en/1.7/svn-book.html#svn.serverconfig.svnserve.auth.general

-- 
Branko Čibej | Director of Subversion
WANdisco // Non-Stop Data
e. brane_at_wandisco.com
Received on 2013-10-26 04:28:54 CEST

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.