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

Re: Fine-grained access control as in WebDAV with svn://

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-01-22 10:09:38 CET

On Jan 21, 2005, at 4:50 PM, Robert Wenner wrote:

> Hi,
>
> maybe this should better go to the development list; however:
>
> For svn:// access, I want fine-grained access control (on a per-file
> basis) like WebDAV does.
> [Maybe the repository could even hide files the user has no access to.]
> Is this possible?

No. If you look at the table at the beginning of chapter 6, it
explicitly says so.

If you use svn:// or svn+ssh://, then at best you can get fine-grained
*write* control by using a pre-commit hook script like
commit-access-control.pl or svnperms.py. But there's no fine-grained
read control.

It's on the "would be nice someday" list, but I don't think anyone's
working on it or has any plans to do it soon.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jan 22 10:12:00 2005

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.