[p4] file added with wrong permissions, how to change?
Ivey, William
william_ivey at bmc.com
Tue Feb 20 16:05:59 PST 2007
> -----Original Message-----
> From: perforce-user-bounces at perforce.com
> [mailto:perforce-user-bounces at perforce.com]On Behalf Of mikee
> Sent: Tuesday, February 20, 2007 5:27 PM
> To: perforce-user at perforce.com
> Subject: [p4] file added with wrong permissions, how to change?
>
>
> I submitted a file (file.csh) as 644 and it needs to be 755.
> To try and fix this I did:
>
> $ p4 open file.csh
> $ chmod 755 file.csh
> $ p4 reopen file.csh
> $ p4 submit
>
> then
>
> $ p4 sync ./...
>
> The file still had the wrong permissions. What's the right
> way to fix bad permissions?
I believe you want:
p4 edit -t +x file.csh
p4 submit
The -t option for edit (or add) sets the file type. If your
Perforce version is recent, then partial file types are allowed,
otherwise use text+x in this case.
You may also want to look at the typemap command for setting up
default file types.
-Wm
More information about the perforce-user
mailing list