* 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..............