WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
214022
svn-apply should use verbose mode when adding files to git
https://bugs.webkit.org/show_bug.cgi?id=214022
Summary
svn-apply should use verbose mode when adding files to git
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Carlos Alberto Lopez Perez
Comment 1
2020-07-06 17:32:11 PDT
Created
attachment 403648
[details]
Patch
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
<
rdar://problem/65155874
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug