Here’s how to do it on the command line:
for file in `find . -name configure`; do
svn ps svn:executable yes ${file}
done
Or for just one file (configure is the filename here):
svn ps svn:executable yes configure
Here’s how to do it on the command line:
for file in `find . -name configure`; do
svn ps svn:executable yes ${file}
done
Or for just one file (configure is the filename here):
svn ps svn:executable yes configure