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

svnserve Path Authentication Settings

From: Satheesh Kumar <vksatheesh17_at_gmail.com>
Date: Wed, 25 Jul 2012 22:36:54 -0700 (PDT)

* authz File Problem.........*
Hi Friends am new to this forum...
Am using svnserve 1.4 in windows 7. i want to set permission in authz file.
i want to give the rw permission to the subfolder if root folder is read
protected . why bcoz in my repository i have lot of files & folder. so want
to give rw permission for some of files & sub folders only . other folders
are invisible to the user.... means.... I want to give the rw permissions
to the some of the sub folders only not the entire directory..... & sub
directory
[/root]
group1 =
[/root/A/new/Data]
group1 = rw
[/root/C/Ex/Files]
group1 = rw
If i give above code. Nothing is displayed.... Bcoz
[/root]
group1 =

If i give
[/]
group1 = rw

All folders are visible to the "group1". I dont want like this...

other option is need to give (Explicitly Restrict the permission to the
group1 for other folder. But it is very complicated... )
[root/B]
group1 =
[root/c]
group1 =
....
like all sub folder that are not needed for group1. i dont want do like
this....

pls anyone help me..............
Received on 2012-07-26 16:47:52 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.