Cleaning it up isn't a priority, and I can do it eventually. I'm more interested in determining why it's happening so it doesn't happen indefinitely.
- Gordon -----Original Message----- From: Gordon Smith Sent: Friday, June 21, 2013 11:10 AM To: dev@flex.apache.org Subject: RE: File modes 100644 for non-executables. 100755 for executables. A little web searching revealed that the problem might be this: If you've checked out a file from Subversion that had svn:executable set, either on Mac or using Cygwin on Windows, and then commit it to Git, Git assumes it should be executable and sets the file mode to 100755. So if you're getting files from Subversion the executable bit might have been set incorrectly there. - Gordon -----Original Message----- From: Alex Harui [mailto:aha...@adobe.com] Sent: Friday, June 21, 2013 10:51 AM To: dev@flex.apache.org Subject: Re: File modes I've been fixing up baselines from three different computers, two on Windows and a Mac. I'm not quite sure what computers these came from. What do we want the file mode to be? On 6/21/13 10:33 AM, "Gordon Smith" <gosm...@adobe.com> wrote: >Alex, you're the only person in the log for the second of these two >particular files, so we should be able to figure it out. Are you on >Windows or Mac? What Git client are you using? > >- Gordon > >-----Original Message----- >From: Alex Harui [mailto:aha...@adobe.com] >Sent: Thursday, June 20, 2013 8:57 PM >To: dev@flex.apache.org >Subject: Re: File modes > >That's accidental. I wonder why that's happening and how to prevent it. > >On 6/20/13 8:48 PM, "Gordon Smith" <gosm...@adobe.com> wrote: > >>I pulled the sdk 'develop' branch for the first time in several weeks >>and got lots of lines like >> >>mode change 100644 => 100755 >>mustella/tests/components/Charts/Bubble/Properties/Baselines/BubbleSer >>i >>es_ >>filterData_filterDataValues.png >>mode change 100644 => 100755 >>mustella/tests/components/Charts/Bubble/Properties/Baselines/BubbleSer >>i >>es_ >>filterData_filterDataValues.png.xml >> >>I had previously gotten the file modes of every file set correctly. >>Why are we now setting the executable bits for some PNG and XML files? >>Is it accidental or intentional? >> >>- Gordon >> >