I have several files that, as I noticed, disabled other bits (for example, permissions are set to 550 when registering with Perforce). I want them to be readable and / or executable by everyone. To put it in 'ls -l' parlance, the file permissions are as follows:
Checked: -r-xr-x ---
Issued: -rwxr-x ---
I tried installing chmod 555 before doing p4 editing, but Perforce just resets it to 750. Similarly, I tried chmod 755 after the file was opened for editing, but when I send it, it goes back to 550.
I read the p4 help filetypes and did not see anything that answered this, but I still tried + x, and it did not matter.
How to set other bits in Perforce?
source share