Bug 214022

Summary: svn-apply should use verbose mode when adding files to git
Product: WebKit Reporter: Carlos Alberto Lopez Perez <clopez>
Component: Tools / TestsAssignee: Carlos Alberto Lopez Perez <clopez>
Status: RESOLVED FIXED    
Severity: Normal CC: clopez, darin, dbates, ddkilzer, ews-watchlist, Hironori.Fujii, jbedard, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 213927    
Attachments:
Description Flags
Patch none

Carlos Alberto Lopez Perez
Reported 2020-07-06 17:18:01 PDT
In bug 213927 <https://ews.webkit.org/status-bubble/403466/> I noticed some EWS were failing to apply the patch because the command timed out after 10 minutes without output. Example: https://ews-build.webkit.org/#/builders/10/builds/29642 This is because the patch does a bunch of copy operations, which end calling "git" "add" and this is slow and no output its produced for each one of this operations. This is not an issue with svn, since executing "svn add file" produces output. But git doesn't produce any output by default.
Attachments
Patch (2.49 KB, patch)
2020-07-06 17:32 PDT, Carlos Alberto Lopez Perez
no flags
Carlos Alberto Lopez Perez
Comment 1 2020-07-06 17:32:11 PDT
Carlos Alberto Lopez Perez
Comment 2 2020-07-06 17:46:09 PDT
Comment on attachment 403648 [details] Patch Clearing flags on attachment: 403648 Committed r264002: <https://trac.webkit.org/changeset/264002>
Carlos Alberto Lopez Perez
Comment 3 2020-07-06 17:46:13 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 4 2020-07-06 17:47:15 PDT
Note You need to log in before you can comment on or make changes to this bug.