Execute Permissions?

55 views
Skip to first unread message

Jason Norris

unread,
Jan 31, 2007, 8:54:22 AM1/31/07
to capis...@googlegroups.com
I don't know if this is a Subversion issue or something to do with
Capistrano, but execute permissions are not being set correctly when I
deploy a new version of an app. Specifically, script/runner and
script/console are not being given execute permissions. Can anyone tell
me how to fix this?
Thanks,
Jason

Tim Lucas

unread,
Jan 31, 2007, 9:02:19 AM1/31/07
to capis...@googlegroups.com

Did you use a windows machine for the initial commit? The permissions
don't get set correctly if so.

Use the subversion property svn:executable. The following should work:

$ svn propset svn:executable '*' script

-- tim

Jason Norris

unread,
Jan 31, 2007, 10:31:21 AM1/31/07
to capis...@googlegroups.com
Thank you Tim.
Reply all
Reply to author
Forward
0 new messages