svn - How to mask delete on files in Subversion -


I am trying to set up a subvarnage repository with Apache httpd, everything looks good so far. But a major constraint I'm experiencing is the use of the rights for the files plane and painful. Any legitimate user needs to access RW access to receive and edit the file. There is no provision to cover the delete option on file. A user who accesses the RW, may deliberately or accidentally destroy a file in the repository which is a danger. I'm not sure how good the hook script is, with eclipse in the eclipse client, I have a provision to browse through the archives and delete the file. How do I stop it, or can I use the files better in SVN archive? Please share your thoughts thank you.

If people (i.e. "read" privilege) enter your repository Amendments (i.e., "write" privilege) , it seems that they can also delete files - that is any kind of amendment.

However, whatever is possible in your SVN repository, it is always possible to revert any amendment: Any amendment can be "canceled" - also delete / delete the file / directory .

Therefore, if someone does something (this is a "wrong" amendment, or "false" deletion) , there was always a way to go back to the previous revision of any file (And not only "previous" amendments, but also "any" amendment) .


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -