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

Idea for a more sophisticated user rights management

From: Jan Mönnich <Jan.Moennich_at_newtron.net>
Date: 2004-08-30 13:32:23 CEST

Hello,

with apache and webdav a litte user management can be used. But the problem is that only
the main directories may be protected. If I have all projects below the branches directories
(eg /trunk/proj1 /trunk/proj2 /branches/version1/proj1) its not possible to set up
some user rights. So I can protect /trunk/proj1 but not /branches/ver20/proj1 automatically.

Is it possible to define user rights per directory and maybe files? Eg to use the (versioned) properties
  svn:user:jan
  svn:group:team1
  svn:rights:rwxr-xr-x
like in unix file system. The groups can be given in the user file (more than one group
per person should be allowed).

These properties are checked if the directory or file is accessed. So it is also possible
to create a branch from all projects (which is useful if they have dependencies) without
writing or reading rights for all of them.

Only question is if deletion or the renaming of a directory should be allowed if one of
contained files are not accessible, in my opinion it should.

In cvs this was possible, except for branching/tagging you need write access for all files.

best regards
jan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 30 13:32:51 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.