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

Problems with permissions

From: <vanessa_at_dicampus.com>
Date: 2007-02-21 10:29:44 CET

Hi to everybody:

  First, sorry for my english.

  I've been reading about permissions in svn but i don't understand what
it is happening with the configuration that I made. Also I've been
looking in forums but I didn't find the correct information.

   I want that user usujor.apegar can access to the root and
Projects_running. And, 001_Project_J2EE is in of Projects_running (I
mean, Projects_running/0001_Project_J2EE). So user usujor.apegar can
write in /001_Project_J2EE/ModuleUsers but he must not have to write in
/001_Project_J2EE; and he must not have to have even access to
/001_Project_J2EE/ModuleUsers/Documentation/01_offer.

    So the problem is, that with de authz that I put here he can't write
in /001_Project_J2EE, he only can if a put him rw in
/Projects_running, and if I do that he also can see and write in
/001_Project_J2EE/ModuleUsers/Documentation/01_offer.

   I hope you understand me.

   Vanessa.

   I have in authz file the next information:

[groups]
dicampus =usujor.apegar, usujor.apemen, usu.ape

[/]
* =
usujor.apegar = r
usujor.apemen = r
usu.ape = r

[/Projects_running]
usujor.apegar=r
usu.ape=r

#this directory is in /Projects_running
[/001_Project_J2EE]
usujor.apegar=r
usu.ape=r

#they can write and read here.
[/001_Project_J2EE/ModuleUsers]
usujor.apegar=rw
usu.ape=rw

#they must not have to access here
[/001_Project_J2EE/ModuleUsers/Documentation/01_offer]
usujor.apegar=
usu.ape=

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 21 10:30:12 2007

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.