On Mon, May 20, 2013 at 11:23 AM, Eduardo Morras <[email protected]> wrote:
> How can I limit/prevent the directories where a developer/commiter can > make changes? For example, if I have this directory structure: > ...How can I limit/prevent the C developer to make changes in doc/en or > src/php? Or modify the embedded documentation? > You can't. Fossil doesn't offer that level of granularity. When a person clones they can commit all they want to their local repo because there they are the admin user. What should happen if they try to push and get permission denied? The commit is already done locally, so we cannot delete it. All future commits which include those changes will fail, forever, as long as those rights are missing, and the changes would be saved only on my private copy, never comittable but always there. i don't see such a situation ending well for anyone. -- ----- stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

