Bug 214022 - svn-apply should use verbose mode when adding files to git
Summary: svn-apply should use verbose mode when adding files to git
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Carlos Alberto Lopez Perez
URL:
Keywords: InRadar
Depends on:
Blocks: 213927
  Show dependency treegraph
 
Reported: 2020-07-06 17:18 PDT by Carlos Alberto Lopez Perez
Modified: 2020-07-06 17:47 PDT (History)
8 users (show)

See Also:


Attachments
Patch (2.49 KB, patch)
2020-07-06 17:32 PDT, Carlos Alberto Lopez Perez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Alberto Lopez Perez 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.
Comment 1 Carlos Alberto Lopez Perez 2020-07-06 17:32:11 PDT
Created attachment 403648 [details]
Patch
Comment 2 Carlos Alberto Lopez Perez 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>
Comment 3 Carlos Alberto Lopez Perez 2020-07-06 17:46:13 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2020-07-06 17:47:15 PDT
<rdar://problem/65155874>