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

Re: subversion security, everyone can commit, limited to who can delete

From: <plabonte_at_gmail.com>
Date: 2005-10-14 18:23:57 CEST
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

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.