Release Notes
5.4.16.612: Oct 03 2014
P4 sync: Now the 'exec' file type modifier is preserved during the synchronization process. The modifier is mapped to the file system permissions on Plastic SCM as follows:
* During the 'pull' process the behavior is as follows:
* If the 'exec' file type modifier is set in P4 -> The execution permissions in Plastic SCM are set to the user, to the group and to others ( r-xr-xr-x
).
* If The 'exec' file type modifier is not set in P4 -> The execution permissions neither are set ( r--r--r--
).
* During the 'push' process the behavior is as follows:
* If any execution permission is set in Plastic SCM (either to the user, to the group or to others) -> The 'exec' file type modifier will be set in P4.
* If no execution permission is set in Plastic SCM (neither to the user, nor to the group or to others) -> The 'exec' file type modifier will be removed in P4 (if it was set before).