Is there any way to limit users' access to resources within a datasource? Say for instance that certain people should only be allowed to see and work with some but not all projects. Is this possible or does access to a datasource hosted on subversion automatically mean that users have unlimited access to everything within that datasource?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I remember that a similar question to this was raised some time ago. Within SVN you can give permissions on a directory by directory basis. If a user does not have any permission on a project directory then it will never be checked out into xProcess. We've never fully tested this or scenarios where a user may have read only permissions. I think they can still edit it in xProcess but you are likely to see errors when you try to commit the change.
Unfortunately all this setup has to be done on the SVN Server. There is nothing at the moment in xProcess that can help/aid you setting it all up.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there any way to limit users' access to resources within a datasource? Say for instance that certain people should only be allowed to see and work with some but not all projects. Is this possible or does access to a datasource hosted on subversion automatically mean that users have unlimited access to everything within that datasource?
Hi,
I remember that a similar question to this was raised some time ago. Within SVN you can give permissions on a directory by directory basis. If a user does not have any permission on a project directory then it will never be checked out into xProcess. We've never fully tested this or scenarios where a user may have read only permissions. I think they can still edit it in xProcess but you are likely to see errors when you try to commit the change.
Unfortunately all this setup has to be done on the SVN Server. There is nothing at the moment in xProcess that can help/aid you setting it all up.
OK thank you. Then I can take it from there and see how far I get.
http://svnbook.red-bean.com/en/1.4/svn-book.html#svn.serverconfig.pathbasedauthz might be of use.
I'm also interested to see how far you are able to go with this :)