It's all about the answers!

Ask a question

RTC SCM - Folder level permission


Vidhya Prakash (852831) | asked Jan 28 '16, 2:25 a.m.
retagged Jan 28 '16, 11:33 a.m. by Patricia Der (5011)
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



permanent link
Shashikant Padur (4.2k27) | answered Jan 28 '16, 3:16 a.m.
JAZZ DEVELOPER
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.

permanent link
Arun K Sriramaiah (3.2k12571) | answered Jan 28 '16, 3:53 a.m.
edited Jan 28 '16, 3:56 a.m.
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.

Your answer


Register or to post your answer.