Re: [webkit-dev] Error while applying on EWS bots.

2012-05-11 Thread Eric Seidel
Presumably this is the same as https://bugs.webkit.org/show_bug.cgi?id=85742. On Thu, May 10, 2012 at 10:56 PM, Pravin D pravind@gmail.com wrote: Hi All, I had uploaded a patch for a Bug from Windows cygwin, using webkit-patch upload command. All the EWS bots are not able to apply the

Re: [webkit-dev] Error while applying on EWS bots.

2012-05-11 Thread Vivek Galatage
Hi Pravin and Eric, I also faced similar issue with http://queues.webkit.org/patch/141226 and ESW bots thrown the same error as Pravin outlined. So the way I fixed this is by removing the svn property which is set on the new layout test as- svn propdel svn:executable path to new layout test

Re: [webkit-dev] Error while applying on EWS bots.

2012-05-11 Thread Daniel Bates
Hi Pravin, svn-apply currently doesn't support SVN 1.7 property diffs. See https://bugs.webkit.org/show_bug.cgi?id=80762 for more details. I hope to take a look at implementing support for these diffs this weekend unless someone beats me to it. Dan On May 10, 2012, at 10:56 PM, Pravin D

Re: [webkit-dev] Error while applying on EWS bots.

2012-05-11 Thread Pravin D
On Fri, May 11, 2012 at 1:42 PM, Daniel Bates dba...@webkit.org wrote: Hi Pravin, svn-apply currently doesn't support SVN 1.7 property diffs. See https://bugs.webkit.org/show_bug.cgi?id=80762 for more details. I hope to take a look at implementing support for these diffs this weekend unless