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

svnserve path base authz

From: Llewellyn Falco <isidore_at_setgame.com>
Date: 2006-01-31 00:46:10 CET

Hello,

    Really loving the path base authorizations with svnserve, but small
issues i wanted to add to the issue tracker.

    suppose you have a path as such

    main / code / a
    main / code / b
    main / code / c
    main / code / d

    and you have a user that you want to be able to read a , write b and not
see c or d you should be able to configure as such

 [project:/]
 user =
 [project:/main/code/a]
user = r
 [project:/main/code/a]
user = rw

which does work! except, i can not then

svn co svn://localhost/project

because i'll get nothing, i need to checkout all 2 different projects, this
becomes hard & confusing on many levels

i would prefer, that a read or write (r, rw) on a path, would allow basic
reading of the path to the directy.

ie. user could see main/code/a but could not see main/resources.

So what'd think, can i make an issue?

    llewellyn.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 31 00:46:46 2006

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.