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 patch issuing the following
 error:

 Failed to find the property value for the SVN property svn:executable: ##
 -0,0 +1 ##
 . at /mnt/git/webkit-style-queue/Tools/Scripts/VCSUtils.pm line 1197,
 ARGV line 478.


 can anyone help on this?

 --Pravin


 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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

And then when I uploaded the patch(http://queues.webkit.org/patch/141236),
ESW bots were able to apply it successfully.

So is this the same that you are looking for?

Vivek

On Fri, May 11, 2012 at 11:32 AM, Eric Seidel e...@webkit.org wrote:

 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 patch issuing the following
  error:
 
  Failed to find the property value for the SVN property svn:executable:
 ##
  -0,0 +1 ##
  . at /mnt/git/webkit-style-queue/Tools/Scripts/VCSUtils.pm line 1197,
  ARGV line 478.
 
 
  can anyone help on this?
 
  --Pravin
 
 
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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 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 patch issuing the following error:
 
 Failed to find the property value for the SVN property svn:executable: ## 
 -0,0 +1 ##
 . at /mnt/git/webkit-style-queue/Tools/Scripts/VCSUtils.pm line 1197, ARGV 
 line 478.
 
 
 can anyone help on this?
 --Pravin
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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
 someone beats me to it.

 Dan

 Thnks for information Dan...
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev