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

RE: svnserve/authz mod questions..

From: Walden H. Leverich <WaldenL_at_techsoftinc.com>
Date: 2006-10-05 18:14:26 CEST

Looking at your response to mark about file layout it would appear that
you do indeed want to restrict access at a _file_ level? If so, I'm not
sure authz can help there. I've not tried it, but I think authz is
folder-level, no?

I think you could move to a folder level setup anyway:

/college1
         /sports
                 /sports.py
                /foo.txt
        /academic
                /academic.py
                /bar.txt
/college2
        /sports
                /etc.etc
        /financialaid
                /etc.etc

This way you can restrict user's access to a college in general, or a
section of a college, but still not be file-level.

Even before you get to svn issues, if you're talking about 500-1000
colleges, and many users, you're talking about _lots_ of possible
combinations. What are you using to manage that combination? Why not
extent whatever you're using to manage who's working on what file to
automatically update the authz file? That way they're always in sync.

Oh, and I would say these are probably all in one repository.

-Walden

-- 
Walden H Leverich III
Tech Software
(516) 627-3800 x3051
WaldenL@TechSoftInc.com
http://www.TechSoftInc.com
Quiquid latine dictum sit altum viditur.
(Whatever is said in Latin seems profound.)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 5 18:24:28 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.