ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The svn:executable property is automatically managed only during adds and imports, but does not change when you use chmod on a file after that. So you need to tell svn explicitly to change the executable property of a tracked file. The command looks something like "svn propset svn:executable '*' filename"