Hi,
I have authz file like this

  [groups] 
admin = (some admins)
 users = (some users) 
 [/] 
* = r 
@users = rw 
@admin = rw
 [/directory] 
* = r 
@users = rw 
@admin = rw 

how do I add a special user, that can access only a subdirectory in 
directory?
I tried something like
 [/directory/subdirectory]
* = r
specialuser = rw
@users = rw
@admin = rw
Or like this


 [/]
* = r
@users = rw
@admin = rw
specialuser = 
 [/directory]
* = r
@users = rw
@admin = rw
specialuser = 
 [/directory/subdirectory]
* = r
specialuser = rw
@users = rw
@admin = rw
But it didnt work. specialuser still can export and change files in 
directory

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tortoisesvn+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn/db2ec7e8-0f66-43e3-a3ae-0349a120df8en%40googlegroups.com.
  • Authz restrict Max rz поставщик : TortoiseSVN

Reply via email to