Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
[/]
mynetid = rw
* = r

[/Folder-A]
mynetid = rw

[/Folder-B]
* = r

[/rice_config]
mynetid = rw
* =

In ViewVC and WebSVN

  • The anonymous user can now see Folder-B but can also see Folder-A and Folder-C.

...

  • , because permissions are inherited. So you must remove those permissions from each sub folder to block anonymous from seeing them.
Code Block
[/]
mynetid = rw
* = r

[/Folder-A]
mynetid = rw
* = 

[/Folder-B]
* = r

[/Folder-C]
* = 

[/rice_config]
mynetid = rw
* =