Opened 19 years ago
Closed 19 years ago
#1261 closed defect (bug) (fixed)
Remove svn:executable from streams.php and gettext.php
Reported by: | anonymousbugger | Owned by: | ryan |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 1.5.1 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
There's no reason for streams.php and gettext.php having the executable bit set, svn:executable prop should be removed:
% find . -type f -perm +u+x | xargs svn pl
Properties on 'wp-includes/streams.php':
svn:executable
svn:keywords
svn:eol-style
Properties on 'wp-includes/gettext.php':
svn:executable
svn:keywords
svn:eol-style
Change History (3)
Note: See
TracTickets for help on using
tickets.
This can be fixed with
svn pd svn:executable wp-includes/streams.php
svn pd svn:executable wp-includes/gettext.php
svn ci