On Thu, Dec 10, 2009 at 13:30, Andrew John Hughes <gnu_and...@member.fsf.org> wrote: > 2009/12/10 Joseph D. Darcy <joe.da...@sun.com>: > I added the fixes mentioned and tried to push. I was greeted with this: > > remote: > remote: test/java/util/TimeZone/TimeZoneDatePermissionCheck.sh: > Executable files not permitted > remote: > > Funny because: > > $ find test -name '*.sh'|wc -l > 305 > > And no it isn't because of the executable permission bit, I did a > chmod -x to be sure and it still didn't push :(
I ran into jcheck executable file refusal for .sh files, and for me, chmod -x did work. Did you forget to "hg qrefresh" after fixing up the permissions (I'm leaving out some details)? Martin