Bug 26744 - Git errors seen when applying patch using svn-apply
Summary: Git errors seen when applying patch using svn-apply
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-25 17:28 PDT by Eric Seidel (no email)
Modified: 2022-10-28 17:49 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2009-06-25 17:28:04 PDT
Git errors seen when applying patch using svn-apply

curl "https://bugs.webkit.org/attachment.cgi?id=31684" | svn-apply

error: pathspec 'LayoutTests/platform/mac/fast/text/international/hindi-whitespace-expected.png' did not match any file(s) known to git.
Did you forget to 'git add'?
error: pathspec 'LayoutTests/platform/win/fast/text/international/hindi-whitespace-expected.png' did not match any file(s) known to git.
Did you forget to 'git add'?

The files were correctly added, but needless errors were spewed to the console.
Comment 1 Ahmad Saleem 2022-10-28 12:59:56 PDT
Is this applicable or something to fix these days or we can close this? Thanks!
Comment 2 Alexey Proskuryakov 2022-10-28 17:49:51 PDT
Haven't seen this any time recently. A bit too tricky to reproduce with the posted steps, as too much has changed.