Bug 225572

Summary: https://webkit.org/getting-the-code/ instructions should account for gatekeeper
Product: WebKit Reporter: Sam Weinig <sam>
Component: WebKit WebsiteAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ap, jond, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Sam Weinig 2021-05-08 18:24:13 PDT
The instructions for getting the code using subversion at https://webkit.org/getting-the-code/#checking-out-with-subversion don't currently account for gatekeeper, so when building for the first time, you get informed of issues with certain scripts like `Source/JavaScriptCore/postprocess-headers.sh`.

The work around is to run xattr -c Source/JavaScriptCore/postprocess-headers.sh, but given this, we should consider just removing the tarballs and encouraging people to checkout using svn checkout and/or to use git.
Comment 1 Alexey Proskuryakov 2021-05-10 14:45:34 PDT
Another issue with tarballs is that timestamps are not fully preserved, making all svn operations extremely slow.
Comment 2 Radar WebKit Bug Importer 2021-05-15 18:25:18 PDT
<rdar://problem/78066912>