Development tips, help, and suggestions for building performant websites
Perforce
Perforce – P4 – chmod on Repo Files
01 year ago
by Mike Purcell
in Perforce
If you need to change mod (chmod) on files already under version control through Perforce, you need to execute the following steps:
$ -> p4 edit -t xtext /path/to/files/... $ -> chmod 775 /path/to/files/* $ -> p4 submit
Upon saving your changelist, the files should now be in version control with the newly assigned permissions.