RTC SCM - Folder level permission
![]()
Vidhya Prakash (85●28●31)
| asked Jan 28 '16, 2:25 a.m.
retagged Jan 28 '16, 11:33 a.m. by Patricia Der (501●1)
In RTC source control , is it possible to restrict creation of folders inside a component ? For e.g , Inside Component A , Only Folder A ,Folder B should exist, no other folders should be created on this level,... But people should be able to create sub folders/files within Folder A &Folder B
|
2 answers
![]()
I don't believe there is any built-in mechanism to do this. You could probably write a custom advisor that looks at the change sets and stops the delivery if there is a folder with a name other than A or B created in the root of the component.
|
![]()
Hi Vidhya,
Please find the links below and let us know does it helps. Setting read access permissions http://www-01.ibm.com/support/knowledgecenter/SSYMRC_6.0.1/com.ibm.team.scm.doc/topics/t_read_access_files_folders.html?lang=en http://www-01.ibm.com/support/knowledgecenter/SSYMRC_6.0.1/com.ibm.team.scm.doc/topics/c_read_access.html?lang=en Regards, Arun. |