Make WordPress Core

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's profile anonymousbugger Owned by: ryan's profile 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)

#1 @anonymousbugger
19 years ago

  • Patch set to No

#2 @anonymousbugger
19 years ago

This can be fixed with

svn pd svn:executable wp-includes/streams.php
svn pd svn:executable wp-includes/gettext.php
svn ci

#3 @ryan
19 years ago

  • fixed_in_version set to 1.5.1
  • Owner changed from anonymous to rboren
  • Resolution changed from 10 to 20
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.