Read Only Access to modeler

0
Is it possible to allow users to download the model from the team server but prevent them from committing changes? I would like to provide access for communication purposes and view but need to prevent accidental changes being committed. I have not been able to find a way to do this and would welcome any suggestions or ideas. I already use the models with users as a basis for discussions of the process and logic flows.
asked
2 answers
0

As far as I know this is not possible. You can grant a user SVN access or not grant a user SVN access. There is currently no such thing as read only SVN access.

The upside is, if you give them SVN access and they change something, this change will always be logged.

answered
0

Yep just give them a specific user role in your project. The default end-user role in your projects for example, can only view, but not commit. You could also create new roles that could only view development but don't have any access to the rest of the project, like user stories. (I haven't tried this tough)

answered