Anton Posted March 14, 2021 Report Share Posted March 14, 2021 I did a `chmod +x` for my shell script under Plastic SCM control but `cm status` reports no changes. Is it possible to have `execute permission` on files? How Plastic SCM works with file permissions? Link to comment Share on other sites More sharing options...
Andreas Andersson Posted March 7, 2022 Report Share Posted March 7, 2022 Hi, Plastic seems to be aware of file permissions, at least on Linux and macOs where it applies. I have found that if you first check out the file, and then `chmod +x` it then plastic will detect the change and bring include the flag when you check it in. When another user updates their workspace your changeset they will get the file with the `+x` flag. If I recall correctly it was a bit hard to see in the UI before it was checked in, but if you review a changeset after it has been checked in you will see a yellow info-bar over the diff view of each file that say Files are identical. Filesystem permissions changed from NOT_DEFINED to -r-xr-xr-x Hope this helps, Andreas Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now