We have two workareas (help and legal) under one branch. in each workarea, we have help and legal directory. Now we want to make user can only edit help content in help workarea; edit legal content in legal workarea. How could we achieve this via submit.cfg ? help workarea is owned by user help and group help_users.
If we do :
^/default/main/testbranch/WORKAREA/.*$
{
^/help/.* { perm=0775 uid=help gid=help_users }
^/legal/.* { perm=0775 uid=legal gid=legal_users }
}
It will make help user could edit help content in both workarea.
Also since we have already submit the content to the stagine with above submit.cfg, if we modify the submit rules, how could we fix the permission of the centent ?
Edited by judy on 10/31/02 03:41 AM (server time).