Bug 228000

Summary: [webkitscmpy] Provide API to access SVN cache
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: Tools / TestsAssignee: Jonathan Bedard <jbedard>
Status: RESOLVED FIXED    
Severity: Normal CC: dewei_zhu, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=225616
https://bugs.webkit.org/show_bug.cgi?id=228027
Attachments:
Description Flags
Patch
none
Patch for landing none

Description Jonathan Bedard 2021-07-15 12:43:04 PDT
We already have a cache of SVN revisions to identifiers, but we don't have an API for other tools to access this cache. We created an API for Git (https://bugs.webkit.org/show_bug.cgi?id=225616), and the same API mostly works for SVN. If we provided functions calls that matched what we do for git, we could unify log and blame code for both git and SVN.
Comment 1 Radar WebKit Bug Importer 2021-07-15 12:43:22 PDT
<rdar://problem/80646471>
Comment 2 Jonathan Bedard 2021-07-15 12:46:42 PDT
Created attachment 433612 [details]
Patch
Comment 3 dewei_zhu 2021-07-16 04:29:18 PDT
Comment on attachment 433612 [details]
Patch

r=me
Comment 4 Jonathan Bedard 2021-07-16 10:12:23 PDT
Created attachment 433682 [details]
Patch for landing
Comment 5 EWS 2021-07-16 11:18:12 PDT
Committed r279991 (239734@main): <https://commits.webkit.org/239734@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 433682 [details].