WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
123747
svn-apply fails to apply a patch for undoing a rollout
https://bugs.webkit.org/show_bug.cgi?id=123747
Summary
svn-apply fails to apply a patch for undoing a rollout
Alexey Proskuryakov
Reported
2013-11-04 10:22:37 PST
I'm trying to re-land a patch that was previously rolled out. So here is what I did: 1. svn merge -c158526
http://svn.webkit.org/repository/webkit/trunk
. 2. Edited the code to fix the issue. 3. svn-create-patch 4. Uploaded the patch for landing. But commit queue failed to apply it, thinking that an added file was copied from somewhere. The patch is in
bug 123669
. This is the part that confused svn-apply: Index: Source/WebCore/crypto/CryptoAlgorithmAesKeyGenParams.h =================================================================== --- Source/WebCore/crypto/CryptoAlgorithmAesKeyGenParams.h (revision 158526) (from Source/WebCore/crypto/CryptoAlgorithmAesKeyGenParams.h:158526) +++ Source/WebCore/crypto/CryptoAlgorithmAesKeyGenParams.h (working copy) @@ -0,0 +1,44 @@ ...
Attachments
Add attachment
proposed patch, testcase, etc.
Ahmad Saleem
Comment 1
2023-09-20 10:13:38 PDT
@ap - SVN is gone and now GitHub is in the picture, do we need to fix this?
Alexey Proskuryakov
Comment 2
2023-09-20 10:21:56 PDT
Not sure. We still use svn-apply, even though its name is misleading now.
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