Re: restricting certain users to read a particular folders in the Repo

2014-10-25 Thread Mohsin
I supposed trunk folder have following hierarchy (means folder 1, folder 2 & folder 3 are sub folders of trunk) : trunk: folder1/folder2/folder3/files folder1/folder2/folder31/files folder1/folder21/files I purposed solution for truck folder only means restriction need to b

Re: restricting certain users to read a particular folders in the Repo

2014-10-25 Thread Andreas Stieger
On 25/10/14 19:52, Mohsin wrote: > Please check this and let me know this should work for said requirement ? > > [Repo:/] > user1 = rw > user2 = rw > user3 = rw > > [trunk:/trunk/folder1/folder21] > user2 = > > [trunk:/trunk/folder1/folder2/folder31] > user3 = While the above would work for the

Re: restricting certain users to read a particular folders in the Repo

2014-10-25 Thread Mohsin
Thanks Andreas. Please check this and let me know this should work for said requirement ? [Repo:/] user1 = rw user2 = rw user3 = rw [trunk:/trunk/folder1/folder21] user2 = [trunk:/trunk/folder1/folder2/folder31] user3 = regards Mohsin -- View this message in context: http://subversion.107

Re: restricting certain users to read a particular folders in the Repo

2014-10-24 Thread Andreas Stieger
> On 25 Oct 2014, at 00:03, Mohsin wrote: > > Kindly add following lines in auth file for specific repository > [folder1:/folder1] > user1 = rw > user2 = rw > user3 = rw > > [folder1:/folder1/folder21] > user2 = > > [folder1:/folder1/folder2/folder31] > user3 = You misunderstood the user's re

Re: restricting certain users to read a particular folders in the Repo

2014-10-24 Thread Mohsin
you have to replace folder1, folder2, folder3 name with correct names which you have in your repository. regards Mohsin Abbas -- View this message in context: http://subversion.1072662.n5.nabble.com/restricting-certain-users-to-read-a-particular-folders-in-the-Repo-tp190684p190710.html Sent

Re: restricting certain users to read a particular folders in the Repo

2014-10-24 Thread Mohsin
Kindly add following lines in auth file for specific repository ; After that restart Apache this will work for you . [folder1:/folder1] user1 = rw user2 = rw user3 = rw [folder1:/folder1/folder21] user2 = [folder1:/folder1/folder2/folder31] user3 = Regards Mohsin Abbas -- View this message

Re: restricting certain users to read a particular folders in the Repo

2014-10-24 Thread Les Mikesell
On Fri, Oct 24, 2014 at 3:08 AM, janardhan adatravu wrote: > Hello, > > Thank you for your reply. > > This method needs more activity on SVN administrator side. > for example a branch/tag is created from a trunk, paths should be updated > in authz file. > > Is there any other way to restrict cert

Re: restricting certain users to read a particular folders in the Repo

2014-10-24 Thread janardhan adatravu
Hello, Thank you for your reply. This method needs more activity on SVN administrator side. for example a branch/tag is created from a trunk, paths should be updated in authz file. Is there any other way to restrict certain users not to checkout particular folders? thanks, -Janardhan On Fri,

Re: restricting certain users to read a particular folders in the Repo

2014-10-24 Thread Andreas Stieger
Hi, > On 24 Oct 2014, at 08:30, janardhan adatravu > wrote: > > We are looking for a situation in which certain users should not have read > permission to a particular folders. > > Please give your suggestions. > http://svnbook.red-bean.com/en/1.8/svn.serverconfig.pathbasedauthz.html Read th