[p4] Stoopid how to set executable bit question.
Dan Halbert
halbert at everyzing.com
Wed Nov 7 04:35:18 PST 2007
>From Steven W. Orr:
>> I created a script and checked it in before setting the executable bit.
>> Now I can't find out how to set it so that when I resync, it sticks.
Jeff Jensen wrote:
> Open for edit.
> Change the file attributes of +x.
> Commit.
>
Not sure if Jeff means to do a chmod or equivalent. chmod after checkout
doesn't work. This will:
$ p4 edit -t xtext # or text+x. You need to check it out as
executable.
$ p4 submit
Dan
More information about the perforce-user
mailing list