Re: subversion security, everyone can commit, limited to who can delete
Frank Gruman wrote:
plabonte@gmail.com
wrote:
Hi,
I need help with my httpd.conf.
How can I arrange my httpd.conf so that everyone can commit, but only
certain users can delete from the reposiory.
Currently I gave everyone a user name and password and they must use
this to do anything.
However that means anyone can delet if they want.
I would like to prevent people from deleting... I tried useing the
LimitExcept Delete in httpd.conf but that made it so people could not
check in or out...
Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For
additional commands, e-mail: users-help@subversion.tigris.org
Try < Limit Delete> stuff </Limit> rather than
LimitExcept. LimitExcept will limit everything BUT the one exception
you have spelled out.
HTH.
Regards,
Frank
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
right but
what do I put for the users that I do not want the rights to delete?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 14 18:28:53 2005
|
|