I have several files that were executed before they added them. They have a set of svn: executable properties. Now several other files have been marked without an executable bit, and I do not want to set the svn: executable property:
$ svn propset svn:executable on *.cgi
Then I check the status and even the files with svn: the executable has been changed:
$ svn diff Property changes on: a.cgi ___________________________________________________________________ Modified: svn:executable - + * Property changes on: b.cgi ___________________________________________________________________ Added: svn:executable + *
a.cgi should not be changed. I want to add the svn: executable bit, which will be set in the same way as in other files, but cannot determine the command to execute it.
properties svn executable
Jake Apr 22 '11 at 15:59 2011-04-22 15:59
source share