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

SVN Path Authorization

From: Joseph Isenberg <jisenberg_at_gmail.com>
Date: Wed, 27 Oct 2010 10:18:30 -0400

Can I set up an AuthZSVNAccessFile that doesn't allow read to the root, but
does allow read an read/write to sub-paths. I want something like this:

[repo:/]
@admin = rw

[repo:/projects/Project1]
@project1_admin = rw

[repo:/projects/Project1/subProject1]
@project1_subproject1Developers = rw

I would then give the devs the url to the subproject and they could check
that out. I'm pretty sure I've done something like this in the past, but now
it won't let me check out unless I have read access to the parent paths.

Thanks for any help.
Joseph Isenberg
Received on 2010-10-27 16:57:16 CEST

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.