On Jan 10, 2008 4:33 PM, Harvey, Edward <Edward.Harvey_at_patni.com> wrote:
> > Subversion does not provide for access restrictions on a
> > per-file basis. Only directories.
>
> I am able to use authz to control permissions of my repository on a
> per-file basis. Strangely, when I remove myself from access to a file,
> I can still read it; I just can't write it. So the per-file permissions
> although present, don't seem to be implemented quite right.
>
> (With this setting, I can do an update to read the file; but I can't
> commit changes to the file.)
> [myrepository:/foo/junk.txt]
> eharvey =
>
> (With this setting, I have full access.)
> [myrepository:/foo/junk.txt]
> eharvey = rw
I think you're exploiting a bug, not taking advantage of a half-baked feature.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-10 22:36:54 CET