How to disallow some members not to deliver the change to some files in a stream?
![]()
He Huang (31●9●11)
| asked Aug 14 '13, 5:22 a.m.
retagged Aug 14 '13, 2:29 p.m. by Ralph Earle (257●3●9)
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? |
Accepted answer
![]()
Hello,
This article explains how to control access to source control in RTC: https://jazz.net/library/article/215. He Huang selected this answer as the correct 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
|