Bug 167742
Summary: | Undefined subroutine in svn-create-patch | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jonathan Bedard <jbedard> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Blocker | CC: | dbates, lforschler |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=167169 | ||
Bug Depends on: | 167169 | ||
Bug Blocks: |
Jonathan Bedard
I see the following error in svn-create-patch:
Undefined subroutine &main::fixSVNPatchForAdditionWithHistory called at /Volumes/Data/Code/FujiRefactor/OpenSource/Tools/Scripts/svn-create-patch line 240.
Trying to get a reduced test case to determine what, exactly, is causes this happen.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jonathan Bedard
This can be reproduced with an svn moved
Jonathan Bedard
This is caused by <http://trac.webkit.org/changeset/211543>, fixSVNPatchForAdditionWithHistory did not get exported.
Jonathan Bedard
Committed r211570: <http://trac.webkit.org/changeset/211570>
Daniel Bates
(In reply to comment #3)
> Committed r211570: <http://trac.webkit.org/changeset/211570>
Thank you for the fix!