How to disallow some members not to deliver the change to some files in a stream?
Our stream consists of several components, e.g. component A, component B and component C.
And we have developer A, developer B and developer C.
We allow all developers to get the whole files of this stream by creating their workspace or sandbox.
But we want to allow just developer A to deliver change to component A, B and C, while developer B and developer C can only deliver change to component C. (i.e. developer B and developer C are not allowed to deliver change to component A and component B)
How to reach the goal?
And we have developer A, developer B and developer C.
We allow all developers to get the whole files of this stream by creating their workspace or sandbox.
But we want to allow just developer A to deliver change to component A, B and C, while developer B and developer C can only deliver change to component C. (i.e. developer B and developer C are not allowed to deliver change to component A and component B)
How to reach the goal?
Accepted answer
One other answer
Also, there's a tutorial on access control in the product help information center: http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m3/index.jsp?re=1&topic=/com.ibm.team.concert.tutorial.doc/topics/tut_access_control_abstract.html