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

2014-10-25 Thread Mohsin
ting-certain-users-to-read-a-particular-folders-in-the-Repo-tp190684p190715.html Sent from the Subversion Users mailing list archive at Nabble.com.

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
.1072662.n5.nabble.com/restricting-certain-users-to-read-a-particular-folders-in-the-Repo-tp190684p190712.html Sent from the Subversion Users mailing list archive at Nabble.com.

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
message in context: http://subversion.1072662.n5.nabble.com/restricting-certain-users-to-read-a-particular-folders-in-the-Repo-tp190684p190709.html Sent from the Subversion Users mailing list archive at Nabble.com.

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

restricting certain users to read a particular folders in the Repo

2014-10-24 Thread janardhan adatravu
Hello, We are looking for a situation in which certain users should not have read permission to a particular folders. Repo: http://x.x.x.x/SVN/Repo/trunk http://x.x.x.x/SVN/Repo/tags http://x.x.x.x/SVN/Repo/branches trunk folder1/folder2/folder3/files folder1/folder2/folder31/files f