It's all about the answers!

Ask a question

change file permissions for a file stored in RTC


Mark Miller (41118) | asked Dec 03 '08, 3:29 p.m.
It appears to me that RTC maintains the file permissions a file had when it was added to source control, so when it is downloaded into a workspace it has those same permissions. I can not figure out how to change those permissions once a file has been uploaded. I have a script that was owner executable but not group executable and I need it to be group executable.

Thanks,
Mark

2 answers



permanent link
Evan Hughes (2.4k1318) | answered Dec 03 '08, 5:58 p.m.
JAZZ DEVELOPER
We don't maintain system-specific attributes on files other than the executable bit, and we don't record the scope of the bit.

In other words, you'll need to use a mechanism outside of jazz source control to set the executable bit on a script.

e

permanent link
Evan Hughes (2.4k1318) | answered Dec 04 '08, 9:29 a.m.
JAZZ DEVELOPER
My last message may not have been clear. You'll have to use a mechanism outside of jazz scm to set the group executable bit. Jazz will set the user executable bit for you.

e

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.