Ticket #1284 (closed task: worksforme)

Opened 1 year ago

Last modified 1 year ago

Cleanup svn:executable properties

Reported by: flack Assigned to: bergie
Priority: minor Milestone: 8.09.6 Ragnaroek
Component: MidCOM component Version: 8.09 Ragnaroek
Keywords: Cc:

Description

If you run

svn propget -R svn:executable ragnaroek/midcom/* | wc -l

you'll find 1645 files that are marked as executable in current SVN, almost all of them needlessly so.

Change History

07/28/09 10:51:00 changed by flack

(In [23015]) remove useless executable properties, refs #1284

07/28/09 11:06:56 changed by flack

(In [23016]) marking all txt files as non-executable, refs #1284

07/28/09 11:16:14 changed by flack

(In [23017]) marking all inc and xml files as non-executable, refs #1284

07/28/09 11:24:06 changed by flack

(In [23018]) marking all gifs as non-eceutable, refs #1284

07/28/09 11:41:48 changed by flack

(In [23020]) remove svn:executable from js files, refs #1284

07/28/09 11:50:54 changed by flack

(In [23022]) add second part of last commit, refs #1284

07/28/09 11:58:57 changed by flack

(In [23023]) remove executable property from all style elements, refs #1284

07/28/09 12:03:55 changed by flack

(In [23025]) remove executable bit for all viewer, handler and interface classes, refs #1284

08/19/09 18:06:12 changed by flack

(In [23195]) remove some useless executable properties, refs #1284

08/19/09 18:12:55 changed by flack

  • status changed from new to closed.
  • resolution set to worksforme.

the number of executable files is now down to 180. I guess 95% or more of those don't need to be executable, but at least it's a somewhat more reasonable number